-
Notifications
You must be signed in to change notification settings - Fork 169
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
feat: enable components to notify binder when validation state changes (#13940) (CP: 23.1) #13993
Conversation
#13940) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]>
* | ||
* @see com.vaadin.flow.data.binder.Binder.BindingBuilderImpl#bind(ValueProvider, | ||
* Setter) | ||
* @since 23.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this method is down-ported to anything from 14.x to 23.1.x - this since tag is really weird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good catch. @since 2.7
would be better.
flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java
Outdated
Show resolved
Hide resolved
flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java
Outdated
Show resolved
Hide resolved
flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
This ticket/PR has been released with Vaadin 23.1.2. |
No description provided.