Possible for QSelect not to open dropdown when clicking component?
-
I’m using the
q-select
component with theuse-input
prop to allow for typing. When the user clicks the component the dropdown-menu with options is automatically opened.I’d like for the component to keep the options-menu closed until the user starts typing or clicks specifically on the dropdown-icon. Is this possible to accomplish or do I need to write my own component for that?
Thanks in advance for the help!
-
@Gnopps look at this example https://quasar.dev/vue-components/select#Example--Filtering-on-more-than-2-chars
-
@metalsadman Great stuff, thank you for your help!