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
There's an override to the _selectDate() method that prevents the calendar from closing after selecting a new date. If the timepicker is not enabled then there's no reason to execute this code, it should instead fire the base _selectDate() method.
There's a check for the instance of the timepicker tp_inst, however this is always evaluating as true. Should also be checking for showTimepicker option.
The text was updated successfully, but these errors were encountered:
There's an override to the _selectDate() method that prevents the calendar from closing after selecting a new date. If the timepicker is not enabled then there's no reason to execute this code, it should instead fire the base _selectDate() method.
There's a check for the instance of the timepicker tp_inst, however this is always evaluating as true. Should also be checking for showTimepicker option.
The text was updated successfully, but these errors were encountered: