-
Notifications
You must be signed in to change notification settings - Fork 167
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
feat: enable components to notify binder when validation state changes #13940
Conversation
When the number of tests grows the timeout also should be increased.
flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java
Show resolved
Hide resolved
flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java
Show resolved
Hide resolved
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/HasValidator.java
Outdated
Show resolved
Hide resolved
flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java
Outdated
Show resolved
Hide resolved
#13940) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) (#13994) * feat: enable components to notify binder about their validation status changes Co-authored-by: Mikhail Shabarov <[email protected]> Co-authored-by: Soroosh Taefi <[email protected]> Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) (CP: 23.1) (#13993) Adds the needed API to notify Binder about validation status changes that happen in field components. Fixes #8242 Related to vaadin/flow-components#1158
#13940) (CP: 9.0) (#13996) * feat: enable components to notify binder when validation state changes (#13940) Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) (CP: 2.8) (#13995) * feat: enable components to notify binder when validation state changes (#13940) Co-authored-by: Mikhail Shabarov <[email protected]>
#13940) (CP: 2.7) (#13997) * feat: enable components to notify binder when validation state changes (#13940) Co-authored-by: Mikhail Shabarov <[email protected]>
@mshabarov I would like to work on a solution to deactivate this feature; I was wondering if you guys would prefer it on Binder-level or Binding-level. This could later be enhanced from |
…on binder Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment)
…on binder Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment)
…on binder Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment)
…on binder Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment)
…on binder (#14198) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment) Co-authored-by: Knoobie <[email protected]>
…on binder (#14197) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment) Co-authored-by: Knoobie <[email protected]>
…on binder (#14158) (CP: 9.0) (#14199) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment) Co-authored-by: Knoobie <[email protected]> Co-authored-by: Marco Collovati <[email protected]>
…on binder Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment) (cherry picked from commit 420498c)
…on binder (#14205) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and vaadin/flow-components#3406 (comment) (cherry picked from commit 420498c) Co-authored-by: Knoobie <[email protected]>
…on binder (#14205) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and vaadin/flow-components#3406 (comment) (cherry picked from commit 420498c) Co-authored-by: Knoobie <[email protected]>
…on binder (#14205) (#14208) Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and vaadin/flow-components#3406 (comment) (cherry picked from commit 420498c) Co-authored-by: Knoobie <[email protected]> Co-authored-by: Soroosh Taefi <[email protected]>
This ticket/PR has been released with Vaadin 23.2.0. |
Description
Adds the needed API to notify Binder about validation status changes that happen in field components.
Fixes #8242
Related to vaadin/flow-components#1158
Type of change
Checklist
Additional for
Feature
type of change