DateBox: Update valueChangeEvent Info (#8748)#8753
Merged
arman-boyakhchyan merged 1 commit intoMay 12, 2026
Merged
Conversation
vladaskorohodova
approved these changes
May 12, 2026
There was a problem hiding this comment.
Pull request overview
Adds API reference documentation for the DateBoxBase.Options.valueChangeEvent option so developers understand which DOM events can trigger a value update and how to configure this option for better onValueChanged behavior.
Changes:
- Introduces a new
valueChangeEventAPI reference topic forDateBoxBase. - Describes supported/recommended DOM events and adds a note about using
input keyup wheel. - Adds a See Also link to
onValueChanged.
| --- | ||
| --- | ||
| ##### shortDescription | ||
| Specifies [DOM events](https://en.wikipedia.org/wiki/DOM_events) that trigger a component [value]({basewidgetpath}/Configuration/#value) update. |
Comment on lines
+8
to
+18
| Specifies [DOM events](https://en.wikipedia.org/wiki/DOM_events) that trigger a component [value]({basewidgetpath}/Configuration/#value) update. | ||
|
|
||
| --- | ||
| This property accepts a single event or multiple events separated by spaces. | ||
|
|
||
| We recommended the following events: "keyup", "blur", "change", "input", "wheel", and "focusout". All other DOM events are also supported. | ||
|
|
||
| [note] Set **valueChangeEvent** to `input keyup wheel` to ensure [onValueChanged]({basewidgetpath}/Configuration/#onValueChanged) is fired when users change the component value using the scroll wheel or up/down arrow keys. | ||
|
|
||
| #####See Also##### | ||
| - [onValueChanged]({basewidgetpath}/Configuration/#onValueChanged) No newline at end of file |
| --- | ||
| This property accepts a single event or multiple events separated by spaces. | ||
|
|
||
| We recommended the following events: "keyup", "blur", "change", "input", "wheel", and "focusout". All other DOM events are also supported. |
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.
No description provided.