-
Notifications
You must be signed in to change notification settings - Fork 71
feat: control manually when CustomField updates value #7771
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
Conversation
...aadin-custom-field-flow/src/main/java/com/vaadin/flow/component/customfield/CustomField.java
Outdated
Show resolved
Hide resolved
Very nice improvement, I have missed this feature myself. I'd consider thought adding a constructor that allows you to bypass this "handy" (or "surprising" as I might call it) feature. |
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.
Matti approves 😎
|
* Add disableUpdateValueOnChange to the CustomField * Add disableUpdateValueOnChange to the CustomField * Fix Sonar issues * Fix Sonar issues * feat: Add manualValueChangeTriggering in the CustomField * improve naming, javadoc * replace IT with unit test --------- Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
* Add disableUpdateValueOnChange to the CustomField * Add disableUpdateValueOnChange to the CustomField * Fix Sonar issues * Fix Sonar issues * feat: Add manualValueChangeTriggering in the CustomField * improve naming, javadoc * replace IT with unit test --------- Co-authored-by: Jean-Christophe Gueriaud <51313578+jcgueriaud1@users.noreply.github.com> Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
Description
Please list all relevant dependencies in this section and provide summary of the change, motivation and context.
Fixes #7108 (issue)
Type of change
Checklist
Additional for
Feature
type of change