[Vuejs]-Having a select that fetch the options after writing atleast 3 char

0👍

You said that you tried "v-select", I guess that you’re using vuetify.
If I’m correct, "v-select" is not the vuetify component that you’re looking for.
Instead, you’re should use "v-autocomplete" (https://vuetifyjs.com/en/components/autocompletes/#usage)

You may also need to add debounce time before launching the rest call

Leave a comment