Q-Input with both mask and debounce causes ctrl+v to not store in the model when the model is already filled #17568
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
A q-input field with a mask, for example "##########", and a debounce of 75 or higher.
If you type some text into the input, then quickly delete the input (either buy highlighting and pressing backspace, or by highlighting and ctrl-x'ing it) and then quickly paste the same (or different) text, the model ends up being empty.
What did you expect to happen?
The model should contain what was pasted.
Reproduction URL
https://codepen.io/Sean-Lambert/pen/wvVoRBd?editors=101
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: