Feature Request: Searchable Select Filters #6448
-
There is no built-in support for creating searchable filter components. Having searchable filters would greatly enhance the usability and efficiency of the application, especially when dealing with large datasets. We propose the introduction of a searchable filter logic which we can apply like: public function filters(NovaRequest $request): array {
return [
SomeCustomSelectFilter::make()->searchable()
];
} It should look at the end similar to SelectField::make(...)->filterable()->searchable() and I guess you can reuse this Vue component. Please note, we prefer searchable components that display all options, not just a single input field, which start showing options as we type. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for suggesting this feature @nastoychev, we did look into it and you can expect it to come as part of the next major release 👍 |
Beta Was this translation helpful? Give feedback.
-
Released with Laravel Nova 5.0.0 Feel free to open up a new issue if you're still experiencing this problem on the latest version. |
Beta Was this translation helpful? Give feedback.
Thanks for suggesting this feature @nastoychev, we did look into it and you can expect it to come as part of the next major release 👍