[v1] QSelect + use-input: cant clear value
-
After I choose one item from options, I cannot clear it anymore.
Steps:- I type filter and choose one item
- Tab out form the q-select
- click on it again and hit backspaces until the text is gone
- Tab out again and the text comes back (as the model was not changed)
Help?
-
I have a similar issue, except I can’t backspace all the data. Looking at the html source, it is putting my selected value in a span before the input. ???
-
@daveline oops my issue was caused by not using the hide-selected property.
-
However I do have this same issue
-
I am thinking we may need to add a null/empty value to the options, so it can be “selected”