Skip to content

v2.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 16:56
· 15 commits to main since this release

2.10.0 (2024-12-11)

Bug Fixes

  • allow controlled InputSearch to be cleared by passing empty string (f874afd)
  • allow props on InputSearch ListItem to pass through for custom styling (07b7bdc)
  • honor disabled prop in InputSearch list item (62f88ec)
  • include onSelect callback in InputSelect selected documentation example (f4697d5)
  • safely escape strings passed to RegExp in InputSearch (66fc814)

Features