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
I want to build a input with 6 digital. The code above woks fine until I enter '0' more then 6 times.
'val' in Vue model is '000000', but the display is '00000000'
What is expected?
I think it's a bug
What is actually happening?
I don't know
The text was updated successfully, but these errors were encountered:
Version
2.3.4
Reproduction link
https://codepen.io/sinceow/pen/dRQaPW
Steps to reproduce
I want to build a input with 6 digital. The code above woks fine until I enter '0' more then 6 times.
'val' in Vue model is '000000', but the display is '00000000'
What is expected?
I think it's a bug
What is actually happening?
I don't know
The text was updated successfully, but these errors were encountered: