Skip to content

Releases: ritz078/react-fuzzy-search

1.3.1

06 Aug 18:22
37d03e6
Compare
Choose a tag to compare

Minor Changes

Update peer dependencies to be compatible with React 17 and 18.

1.3.0

25 Oct 18:12
fff5819
Compare
Choose a tag to compare

Minor Changes

Add 2 new props

attribute default description
inputProps {} Props passed directly to the input element. i.e. defaultValue, onChange, etc.
isDropdown false Hide the result list on blur.

1.2.0

29 Dec 19:12
Compare
Choose a tag to compare

Minor Changes

  • Fix development storybook build
  • Add shouldShowDropdownAtStart prop which allows the searchbox to act as a filter #51
  • Bugfix: fill input with selected value #52
  • Document maxResults prop

1.1.0

10 Oct 06:02
0ae5dd6
Compare
Choose a tag to compare

Minor Changes

  • Add dynamic keyForDisplayName prop: #43
  • Add support for custom styles: #44
  • Dependency Updates: #48

1.0.0

09 Jun 05:54
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • Add options passthrough, stories, and test: 3860746
  • Merge branch 'sorahn-options-passthrough': e25f7af
  • MON-560820 Update fuzzy collection on render, input value = selection: 8d6cb50