Q-select with clearable - how to remove tab-index from clear button
-
I have a form with a bunch of q-selects in a table. I need the clearable button, but would be easier for user to tab out of the q-select without first stopping on the clear button. Any way to suppress that?
-
Forget it - found a way to allow user to clear without needing the button; the filter function can check for zero length text and clear the model.