Skip to content

Releases: ejmudi/react-autocomplete-hint

v2.0.0

10 Apr 15:05
Compare
Choose a tag to compare

What's Changed

  • remove border box from input by @ejmudi in #32

  • update Readme for onHint by @ejmudi in #33

  • Add support to auto fill hint if user presses Enter Key by @ejmudi in #43

  • Fix contiguous hint click bug by @ejmudi in #48

v1.3.0

22 Mar 18:46
Compare
Choose a tag to compare

This release adds the onHint prop feature to give the user the current matching Hint. (@tilnea in #19 )

v1.2.3

30 Jan 21:40
Compare
Choose a tag to compare

This release fixes a styling bug that shortens the width of the input. (@ejmudi in #16 )

v1.2.2

26 Jan 19:47
Compare
Choose a tag to compare

This release fixes a bug where if you modify an input value before setting it in state, it malforms the hint. (@ejmudi in #14 )

v1.2.1

18 Jan 20:12
Compare
Choose a tag to compare

This release fixes a bug where a space between a hint option gets the hint formatted wrongly when you type up to the space. (@ejmudi in #12 )

v1.2.0

04 Nov 14:19
Compare
Choose a tag to compare

This release adds the object options feature.

v1.1.0

26 Oct 12:32
Compare
Choose a tag to compare

This release adds the following changes:

  • Autocomplete the input with the suggested hint onClick of the hint. (@ejmudi )
  • Autocomplete the input when allowTab is set to true and the Tab key is pressed. (@shubhamV123 in #2 )
  • Fixes a bug when the input is blurred and focussed again, the hint doesn't show. (@hexadeciman in #1 )

v1.0.1

02 Aug 13:48
Compare
Choose a tag to compare

This release adds case-insensitive text matching while also preserving the casing of the text the user has typed in the hint.

v1.0.0

02 Aug 11:58
Compare
Choose a tag to compare
fixed pre-publish issues