I am facing following problem with the latest laravel nova:
also, the relation belongs to the field inside it, somehow not rendering, and needs to use normal select. But Select with searchable is also not working!
The code snippet you added doesn't seem to have anything to do with this package. Please submit a more detailed issue if you want some support. Ideally, with a reproduction repo.
Hi,
I am facing following problem with the latest laravel nova:
also, the relation belongs to the field inside it, somehow not rendering, and needs to use normal select. But Select with searchable is also not working!
Select::make('County', 'county_id')->searchable()->options($counties_arr)->displayUsingLabels(),