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
i'm a n00b, so be gentle.
in #218, we had a discussion about modifying the way the date picker handles picking dates in the dialog. @sdzfg347 suggested using onValueChanged to accomplish that. in effect, the suggestion was to build my own dialog, then use the onValueChanged event handler. however, if i read CalendarDatePicker2WithActionButtons correctly, the onValueChanged method will not be applied to the picker, and will only be activated when the user hits ok. am i reading that correctly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i'm a n00b, so be gentle.
in #218, we had a discussion about modifying the way the date picker handles picking dates in the dialog.
@sdzfg347 suggested using
onValueChanged
to accomplish that. in effect, the suggestion was to build my own dialog, then use theonValueChanged
event handler. however, if i readCalendarDatePicker2WithActionButtons
correctly, theonValueChanged
method will not be applied to the picker, and will only be activated when the user hits ok. am i reading that correctly?Beta Was this translation helpful? Give feedback.
All reactions