Replies: 2 comments
-
|
Fixed by |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sounds good, looking forward to test that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the stepper buttons to increase or decrease the value, an
updated:modelValueevent is generated but nochange.Is it just me with wrong expectations here or anybody else also missing this?
I do not like the
updated:modelValuefor this, since it's close toinput, and gets sent out on every edit-keystroke, which produces many "wrong" values for number inputs.And when using the mouse, requiring the user to hit
Enterafterwards also makes things harder on the user.Beta Was this translation helpful? Give feedback.
All reactions