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
fix(calendar): return null instead of undefined in sanitizer
The date sanitizer returns undefined when the date argument is not a valid date object or
date string which doesn't allow to reset the date value especially for min and max date by
passing null value via `set minDate` and `set MaxDate`.
This PR makes the `sanitiseDate` method to return null if the value of date argument is not
valid date object or date string.
Close: #1776
0 commit comments