Skip to content

Document value change modes for supported components#5559

Merged
Artur- merged 11 commits into
mainfrom
feat/4946-textfield-value-change
Jun 12, 2026
Merged

Document value change modes for supported components#5559
Artur- merged 11 commits into
mainfrom
feat/4946-textfield-value-change

Conversation

@HerbertsVaadin

Copy link
Copy Markdown
Contributor

Fixes #4946

image

@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown

Preview Deployment

This PR has been deployed for preview.

URL: https://docs-preview-pr-5559.fly.dev

Built from b6bce75

Comment thread articles/components/email-field/index.adoc Outdated
Comment thread articles/components/email-field/index.adoc Outdated
HerbertsVaadin added a commit that referenced this pull request Jun 9, 2026
Also remove onblur mode from documentation
@HerbertsVaadin HerbertsVaadin force-pushed the feat/4946-textfield-value-change branch from b1b03d9 to cdec850 Compare June 9, 2026 09:47
@HerbertsVaadin HerbertsVaadin requested a review from vursen June 9, 2026 09:50
Comment thread articles/components/_input-field-common-features.adoc Outdated
@HerbertsVaadin HerbertsVaadin requested a review from vursen June 9, 2026 10:56
Artur- added 3 commits June 12, 2026 19:30
- Add the missing ON_BLUR mode to the value change mode table and to the
  demo mode selectors (ValueChangeMode has five modes, all supported by
  the documented components)
- Mention the default 400 ms timeout and reference setValueChangeTimeout()
  with the [methodname] markup; fix [classes] to [classname]
- Use com.vaadin.flow.router.Route instead of the dummy
  com.vaadin.demo.flow.routing.Route in the demo classes
- Import @vaadin/password-field and @vaadin/text-area in the respective
  preimport files instead of @vaadin/text-field
- Remove stray blank lines in the typescript include blocks
@Artur- Artur- merged commit 88b993e into main Jun 12, 2026
7 of 8 checks passed
@Artur- Artur- deleted the feat/4946-textfield-value-change branch June 12, 2026 17:06
@vursen

vursen commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@Artur- ON_BLUR was intentionally excluded per #5559 (comment). What's the reasoning behind adding it back?

@Artur-

Artur- commented Jun 13, 2026

Copy link
Copy Markdown
Member

That was an accident, removed again in #5679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document different ValueChangeModes

3 participants