qSelect @input event only fires once (solved)
-
https://codepen.io/turigeza/pen/VNaNKv?editors=1010
Just spent about 3 hours or so on this : ) so I thought it might help someone.
The problem is that the qSelect is missing its
option-value="val"
.By default qSelect is expecting
value
and notval
Shouldn’t qSelect throw an exception in this scenario ?
I have fallen for this as I was converting qAutocomplete 0.17 (which worked without unique values) to qSelect v1. Since qAutocomplete is obsolete in v1.