Document value change modes for supported components#5559
Merged
Conversation
Preview DeploymentThis PR has been deployed for preview. URL: https://docs-preview-pr-5559.fly.dev Built from b6bce75 |
vursen
reviewed
May 27, 2026
vursen
reviewed
May 27, 2026
HerbertsVaadin
added a commit
that referenced
this pull request
Jun 9, 2026
Also remove onblur mode from documentation
HerbertsVaadin
added a commit
that referenced
this pull request
Jun 9, 2026
…d, RichTextEditor, Slider, and TextArea
Also remove onblur mode from documentation
b1b03d9 to
cdec850
Compare
vursen
reviewed
Jun 9, 2026
- 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-
approved these changes
Jun 12, 2026
Contributor
|
@Artur- ON_BLUR was intentionally excluded per #5559 (comment). What's the reasoning behind adding it back? |
Member
|
That was an accident, removed again in #5679 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4946