Skip to content

Conversation

jcgueriaud1
Copy link
Contributor

Description

Please list all relevant dependencies in this section and provide summary of the change, motivation and context.

Fixes #7108 (issue)

Type of change

  • Bugfix
  • Feature

Checklist

  • I have read the contribution guide: https://vaadin.com/docs/latest/contributing/overview
  • I have added a description following the guideline.
  • The issue is created in the corresponding repository and I have referenced it.
  • I have added tests to ensure my change is effective and works as intended.
  • New and existing tests are passing locally with my change.
  • I have performed self-review and corrected misspellings.
  • I have not completed some of the steps above and my pull request can be closed immediately.

Additional for Feature type of change

  • Enhancement / new feature was discussed in a corresponding GitHub issue and Acceptance Criteria were created.

@mstahv
Copy link
Member

mstahv commented Aug 6, 2025

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.

Copy link
Member

@mstahv mstahv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matti approves 😎

@sissbruecker sissbruecker changed the title Add disableUpdateValueOnChange to the CustomField feat: control manually when CustomField updates value Aug 11, 2025
@sissbruecker sissbruecker enabled auto-merge (squash) August 11, 2025 18:24
Copy link

@sissbruecker sissbruecker merged commit 029dbce into main Aug 11, 2025
5 checks passed
@sissbruecker sissbruecker deleted the issues/7108 branch August 11, 2025 18:41
vaadin-bot pushed a commit that referenced this pull request Aug 11, 2025
* 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>
sissbruecker added a commit that referenced this pull request Aug 11, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Field value should be synchronised not only on change
6 participants