Open
Description
Vue version
vue3.2
Link to minimal reproduction
https://codepen.io/xflyyxfl/pen/bGLxpaw
Steps to reproduce
It's quit a light online codepen ;
1 open it
2 change a number at the first input
3 ENTER ,then watch event will validate the number,if not the 3 times, it will change to the nearest one nextTick
4 All other bind dom will update right but the focus input dom won't
What is expected?
Change event by Enter should update the focus input dom
What is actually happening?
Change event by Enter won't update the focus input dom
System Info
No response
Any additional comments?
No response