-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: validate on value change triggered by arrow key #6476
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Hi @vursen , this commit cannot be picked to 23.3 by this bot, can you take a look and pick it manually? |
Co-authored-by: Sergey Vinogradov <[email protected]>
Co-authored-by: Sergey Vinogradov <[email protected]>
This ticket/PR has been released with Vaadin 24.2.0.alpha11 and is also targeting the upcoming stable 24.2.0 version. |
Description
The PR ensures
number-field
runs validation when the value change is triggered by ArrowUp or ArrowDown.Fixes #6430
Type of change