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
Source:stackexchange.com