@dmoylan I’ve found the desired behavior in the API https://quasar.dev/vue-components/select#Example--Text-autocomplete. I hope it helps with what you want to achieve, too.
C
Best posts made by cloudm
-
RE: How to prevent q-select to clear user value when out of focus?
Latest posts made by cloudm
-
RE: How to prevent q-select to clear user value when out of focus?
@dmoylan I’ve found the desired behavior in the API https://quasar.dev/vue-components/select#Example--Text-autocomplete. I hope it helps with what you want to achieve, too.
-
How to prevent q-select to clear user value when out of focus?
My goal is to write a component that looks and works like the google-search bar on google.com. To achieve this, I’m using q-select with use-input prop. Unfortunately the user input gets cleared when q-select is out of focus. How do I prevent this behavior?