2.5.13
https://jsfiddle.net/xby1x7yy/3/
the caret on the input doesn't move.
the caret on the input is moving.
Because you need to use keydown instead of keypress (even without Vue)
keydown
keypress
Most helpful comment
Because you need to use
keydowninstead ofkeypress(even without Vue)