Skip to content

DateBox: Update valueChangeEvent Info (#8748)#8753

Merged
arman-boyakhchyan merged 1 commit into
DevExpress:26_1from
arman-boyakhchyan:datebox-valuechangeevent-update-26-1
May 12, 2026
Merged

DateBox: Update valueChangeEvent Info (#8748)#8753
arman-boyakhchyan merged 1 commit into
DevExpress:26_1from
arman-boyakhchyan:datebox-valuechangeevent-update-26-1

Conversation

@arman-boyakhchyan
Copy link
Copy Markdown
Contributor

No description provided.

@arman-boyakhchyan arman-boyakhchyan merged commit b414632 into DevExpress:26_1 May 12, 2026
8 checks passed
@arman-boyakhchyan arman-boyakhchyan deleted the datebox-valuechangeevent-update-26-1 branch May 12, 2026 07:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 valueChangeEvent API reference topic for DateBoxBase.
  • 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.
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.

3 participants