Skip to content

v9.0.2

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 12 Aug 14:40
· 12 commits to main since this release
6993cd9

🐛 Bug Fixes

  • Fixed issue where touch on Android device causes double selection in range picker (#948, #964)
  • Fixed issue where null values in min and max dates with prevent-min-max-navigation prevent navigation (#951)
  • Fixed issue where --dp-menu-min-width is not propagated to month-picker mode (#954)
  • Fixed preview-format prop not formatting based on the provided prop (#957)
  • Fixed wrong slot type for slot marker-tooltip (#959)
  • Fixed text-input tabSubmit focusing clear button instead of parsing value (#961) by @OlaAlsaker