mathworks / mathworks/widgets-toolbox
DatetimeSelector ValueChanged callback does not include PreviousValue
Open
@rjackey is already working on this.
Since Mar 16, 2026.
enhancement
- Dominant language
- HTML
- Stars
- 39
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
DatetimeSelector widget's protected methods: onDateEdited(), onTimeEdited(), and onTimeZoneChanged() do not include the previous value from the "evt" struct passed into them with the "evtOut" struct they then pass to the ValueChanged callback in App Designer.
Result is that the callback exposed within App Designer's Code View will always have "event.PreviousValue" equal "[ ]".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.