vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
808 stars 151 forks source link

Expose default search/filter function #415

Open faizaaulia opened 5 months ago

faizaaulia commented 5 months ago

Expose the default search/filter function, so it still can be used to filter the options even the select in not searchable

For example, I add a search input in beforelist template then I want to apply the default filter function on user's search input, so I don't need to make a function to filter the options

Or is it already exposed? If it's already exposed, what's the function name?