How do I implement autocomplete (content proposal) functionality for a text-field in quasar? Basically typing in the text-field and after a 2 characters propose according content from a webservice.
There seems to be a component in older versions, but I can’t find reference in the current documentation:
https://v0-17.quasar-framework.org/components/autocomplete.html
Also there is autocomplete handling for q-select
but nothing for q-input
:
https://quasar.dev/vue-components/select#native-attributes-with-use-input
Using:
- Vue 3.0.0
- Quasar 2.6.0