You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input is expected to render only one character at a time. But once in a while, it will show 2 or 3 characters being rendered.
This did not happen in vue 2. Reproduction of the same thing in vue 2: https://codesandbox.io/s/admiring-glade-5uevy. Sorry, I could not create a vue 3 sandbox.
What is expected?
The input field should not render the value which is not in the v-model state.
What is actually happening?
The input field is rendering characters which are no longer in the state.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.20
Reproduction link
https://github.com/pepsighan/sudoku
Steps to reproduce
The input is expected to render only one character at a time. But once in a while, it will show 2 or 3 characters being rendered.
This did not happen in vue 2. Reproduction of the same thing in vue 2: https://codesandbox.io/s/admiring-glade-5uevy. Sorry, I could not create a vue 3 sandbox.
What is expected?
The input field should not render the value which is not in the v-model state.
What is actually happening?
The input field is rendering characters which are no longer in the state.
The text was updated successfully, but these errors were encountered: