I'm using the Vuetify Autocomplete with remote data, and I would like to to throttle / debounce the API calls (wait 500 ms to call the API when the user is typing text in the autocomplete). How can I do that?
I saw a Stack OverFlow post about the debounce-search
attribute, but it didn't work for me, and I didn't see any Vuetify documentation on this attribute.