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
New option showLeadingZeros enables you to, well, show leading zeros.
Various performance and architecture optimizations.
Bug fixes
Fixed MonthInput allowing to enter values larger than allowed in some scenarios.
Fixed an issue where selecting new date set the hour to 0:00.
Fixed an issue where starting to fill out values starting from time would fail as the value was reset at the moment the user started filling out the date inputs.
Fixed passing empty string to Calendar component causing a React warning.
Fixed React warning shown when erased input value.
Fixed an edge case when rendering two datetime pickers in different locales would cause the second datetime picker to overwrite locale settings of the first one.