Closed ReVoid closed 2 years ago
I'm seeing a similar problem on the React plugin side. When I try to mask <num> %
and include decimals, you can see the cursor shift to the right of the %
symbol (which I know from tinkering with the library is indicative of a problem, the cursor should not jump when working properly)
in Vue3 you can use other event then 'input' to update the model. In Vue2 probably it just does not work
Reproduce:
Here is the code to reproduce: Template:
script
JSFIddle demo