Activate popup on input field With-QInput [SOLVED by @metalsadman]
-
Hi,
I’m using QInput and QDate and to activate QDate popup i have to click on the icon.
Is it possible to activate the popup by clicking on input field?
-
@PeterQF set an
@click
or@focus
event on your q-input and call$refs.qDateProxy.show()
in the handler. -
Sorry for late answer @metalsadman , i will try when im back and confirm.
-
@metalsadman worked perfect. Thank you so much and sorry for late answer.