@beets Yeah looks good. thanks!
Latest posts made by johnm
-
RE: How to add a label to an q-icon?
@beets My current use case is for rendering the icon inside of a q-input. I’d like the user to know what the icon is for.
q-item-label seems to work but I want it below the icon
-
How to add a label to an q-icon?
How can I add a label to an icon like samples in the image below?
-
Retain input value when clicking outside of q-select
How can I retain the value that I type into the q-select after I lose focus? Specifically after clicking outside of the q-select.
-
RE: Trigger q-select with other keys aside from the default ENTER
@metalsadman I’d like to rephrase a little bit. Given your codepen code, how can I let TAB trigger createValue? Currently, only ENTER can trigger that function.
My use case is I want to validate the value before calling done() or before adding the input value as a chip to the q-select.
-
Trigger q-select with other keys aside from the default ENTER
I am using the q-select as an input field where users can enter values.
https://quasar.dev/vue-components/select#Create-new-values
Currently, the @new-value listener is triggered with using the ENTER key.
How can I modify so that it also listens to other keys such as tab or escape?