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
We introduced the datepicker-change-incomplete event, which is only used by top-bar so far. This overlaps with the datepicker-first-date-selected event.
The semantics of the events should be specified, i.e.:
datepicker-change indicates that the picker has either all or none of the required dates set.
datepicker-first-date-selected is only triggered in date_range_ mode (not singledate) and indicates that the picker is currently in a whacky/illegal state where the user is expected to select the second state.
The triggerHasChanged method should take care of triggering all of the above events.
The invalidate method and checkSelectionValid methods need to be checked if there is code that is not required
The text was updated successfully, but these errors were encountered:
We introduced the
datepicker-change-incomplete
event, which is only used by top-bar so far. This overlaps with thedatepicker-first-date-selected
event.The semantics of the events should be specified, i.e.:
datepicker-change
indicates that the picker has either all or none of the required dates set.datepicker-first-date-selected
is only triggered in date_range_ mode (not singledate) and indicates that the picker is currently in a whacky/illegal state where the user is expected to select the second state.The
triggerHasChanged
method should take care of triggering all of the above events.The
invalidate
method andcheckSelectionValid
methods need to be checked if there is code that is not requiredThe text was updated successfully, but these errors were encountered: