You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "[ ]".
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 "[ ]".
widgets-toolbox/widgets/+wt/DatetimeSelector.m
Line 316 in 4028f19
The text was updated successfully, but these errors were encountered: