clearble q-input problem with focus
-
I have a problem with the clearable input because then when the input lost the focus then the focus goes to the (x) and no to the other input I want the the (x) button doesn’t have a focus
Here I put a code snippet https://stackoverflow.com/questions/64109189/quasars-clearble-q-input-problem-with-focus?noredirect=1
Thanks guys
-
@yk-davdomin if you make use of the slot you can give it a tabindex -1.
-
@metalsadman Thanks, but I dont understand how to use the slot can you put an example?
-
There 3 examples in the doc of a
q-input
with a clear button. The second one uses a slot. -
Thanks @metalsadman and @dobbel it is working now