[Vuejs]-Keep dropdown <select> control open while filtering options

1👍

i use this component
https://paliari.github.io/v-autocomplete/, it’s pretty customizable

0👍

If it’s always open, then you could use <input type="radio">.

Create a filterable list a la: https://www.w3schools.com/howto/howto_js_filter_lists.asp

Then, instead of the <a> tags they’re using, you can style a radio input in place of it.

Leave a comment