Problem with q-input and type number
-
Hi, haven’t found a solution to this, when i define the q-input as type number it doesnt update the binding if i ERASE its content. I tryed using watch, @keyup, @change. Issue here is that the binding doesn’t update so vue doesnt detect any changes so doesnt trigger any function.
-
Can you paste a snippet showing what you mean? Depending on what you are trying to do and how it’s bound, you may need to use @input or @input.native instead of @change.