Autocomplete
-
Hi,
Anyone can point me directions to build a autocomplete component in quasar, or use one compatible with vue 2?
Thanks.
-
I’d suggest you have a look at vue-typeahead, it’s fairly easy to understand. I’m sure you could port it into a quasar component
These are the two main file:
-
Quasar will have its own “autocomplete” feature built-in in the future. Until then, you can use other libs like Remo suggested.