- close suggestion list on input blur fix (yury-dymov#113). Props to fabioimpe
- fix: bad positioning when inside a scrolled container (yury-dymov#112). Props to fabioimpe
- onBlur prop type definition fix (yury-dymov#111). Props to fabioimpe
- Fixed wrong suggestion list position when text field is scrolled (yury-dymov#108). Props to fabioimpe
- Better spacer handling for caret position (yury-dymov#104). Props to jaredzwick
- Fixed typescript issue (yury-dymov#107). Props to szaleq
- Added typescript support (yury-dymov#103). Props to jaredzwick
- Added passThroughTab prop (yury-dymov#102). Props to jaredzwick
- Fixing maxOptions handling for keyUp/keyDown events (yury-dymov#92). Props to Alice Choi
- Fixing edge case for one option, one character (yury-dymov#78). Props to Nikhil Varma
- New changeOnSelect Prop (yury-dymov#55). Props go to Lazaro Hurtado :)
- Fixing missing core-js in dependency list issue
- Props to LazaroHurtado, now library supports several sets of triggers and options simultaneously (yury-dymov#54)
- Introduced new
onSelect
callback — (yury-dymov#53) - Added
passThroughEnter
prop - to override behavior onEnter
key press - Updated deps and dev deps
- Use PropTypes.elementType to support wrapped components - (yury-dymov#44)
- Deps update
- Replaced componentWillRecieveProps and findDOMNode with modern APIs yury-dymov#41
- Added autocomplete on tab - yury-dymov#42
- Updated vulnerable deps
- Custom spacer support (yury-dymov#28)
- Deps update
- Correctly matching uppercase strings
minChats
options added to control the minimum amount of inputed characters before showing autocomplete option list
- Component now can be also a function
- Some corner cases fixed for autcomplete selections
- Fixed empty prefix and regex issues yury-dymov#10
- New props: offsetX, offsetY to control popup offset, and matchAny to catch options in the middle of words as well
- Fixed "Click" bug: sometimes autocompletion failed to work after clicking on the option yury-dymov#7
- Adding
prop-types
package to support React 16+