How to open q-select programmatically
-
Hi guys, I can’t open q-select programmatically.
Who knows how to solve that issue. -
@Azat use a ref and call
showPopup()
. Check the methods API section of qselect https://quasar.dev/vue-components/select#QSelect-API. -
looking at the
showPopup
code it won’t popup if the q-select is'editable !== true
-
@metalsadman Thank you, this approach works very well.