Skip to content

v6.11.3

Choose a tag to compare

@wojtekmaj wojtekmaj released this 03 Aug 18:38
· 853 commits to main since this release

What's changed?

  • Clearing inputs manually will call onChange with null value, just like clearing it with clear button does.

Bug fixes

  • Fixed React-Date-Picker allowing the user to go beyond maximum date supported in JavaScript.
  • Fixed native input (not visible for most users, stays hidden; it's there for accessibility purposes) treating as UTC, instead of local user's time.
  • Fixed clearing native input causing a crash.