Releases: ejmudi/react-autocomplete-hint
Releases · ejmudi/react-autocomplete-hint
v2.0.0
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
This release adds the onHint prop feature to give the user the current matching Hint. (@tilnea in #19 )
v1.2.3
This release fixes a styling bug that shortens the width of the input. (@ejmudi in #16 )
v1.2.2
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
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
This release adds the object options feature.
v1.1.0
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
This release adds case-insensitive text matching while also preserving the casing of the text the user has typed in the hint.