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
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
When you disable dates in a DateTimePicker by using for example setStartDate and setEndDate this only works when the user tries to pick a Date with the Mouse.
The dates will be grayed out, and not selectable by clicking on them.
The user can however enter invalid dates using the keyboard, and these will be accepted. These should be rejected and the DateTimePicker should reset to the last valid selected DateTime.
The text was updated successfully, but these errors were encountered:
This is certainly a bug of the native JS lib. But as you can see in their demo page, all input elements are readonly. The manual input by user is not allowed. Maybe we should disable by default all date time picker ?
When you disable dates in a DateTimePicker by using for example setStartDate and setEndDate this only works when the user tries to pick a Date with the Mouse.
The dates will be grayed out, and not selectable by clicking on them.
The user can however enter invalid dates using the keyboard, and these will be accepted. These should be rejected and the DateTimePicker should reset to the last valid selected DateTime.
The text was updated successfully, but these errors were encountered: