[Solved] [V1] QInput @change event is not triggered from shortcut
-
Dear quasar team,
As this may not quasar’s issue, but if you can help me I will appreciate.
I reproduce this issue with below link.
https://codepen.io/Stanley-549393092/pen/ExYwOga?editors=0001
As you can see, there is a shortcut (ctrl+s) for the save button.
If I input something (E.g. xxx) and click the save button directly, the console log will be
on change: xxx
save: xxx.
However, if I change to yyy and click shortcut (ctrl+s), the console log will be
save: xxx
So it seems the change event is not triggered.Best Regards,
Stanley -