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
Added support for format prop which allows to overwrite default date format determined either from locale prop or automatically. See README for details.
What's changed?
Whitespace in dividers is now automatically preserved.
Simplified some internal methods.
Added more unit tests.
Bug fixes
Fixed issues where iterating an HTMLCollection would cause issues in older versions of Edge and IE. Thanks, @mathieumg!
Fixed jumping to previous/next input not working if leading zeros were present