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.
- [Vuejs]-JSON reading through an ajax call in VUE.js
- [Vuejs]-Different tabs of the same domain use separate local storage
Source:stackexchange.com