nova-searchable-select
nova-searchable-select copied to clipboard
A searchable Select Field for Laravel Nova
It only shows an id of the search results. this is because the package only look at $title. i can change this to use the column 'name' eg. but that...
I defined an Avatar field on my User Resource: ``` Avatar::make('avatar') ``` And defined the Searchable Select Field on an Action: ``` SearchableSelect::make('User')->resource(\App\Nova\User::class) ``` The search results show a broken...
Hi, I started using your field, great job man. Don't know much about Nova yet but found how to get a link in the index page to the related resource...
Get the following error in the JS console. Field does not show at all. Repo looks pretty dead, if you're accepting PRs I will attempt to debug and fix :)...