Select searchable

Select searchable make the form does not get the options value if the name use (.).

Select::make('address.senderProvinceCode') ->options(ProvinceCode::Province) ->label('Sender Province') ->searchable()
Was this page helpful?