Does the input event fire on QSearch when the input field is blank? (Quasar 0.15+)
-
I have a QSearch component to do filtering on a QTable and all seems to work as should except when the QSearch field is either cleared using the clearable icon at the right or manually deleting all text from the field. I find that in both cases the event doesn’t fire and i need it to fire when the field is blank as well.
Any easy way to do this?
-
Never mind. It was an oversight on my part. I was using the value property instead of v-model. I feel so noob [-_-]’