Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v0.7.1
- Fix rest/spread error that was breaking build
- Don't show hint when there's already a selection
- Use opacity for hint instead of explicit color
v0.7.0
- Don't highlight first item by default
- Update input text when cycling through options (single-selection only)
- Expose
clear
method for resetting the input; update example
- Update
react-onclickoutside
version
- A bunch of internal refactoring to make logic cleaner
v0.6.4
Fix bug where menu closes before selection can be made when clicking a menu item
v0.6.2
Fix esc
and tab
not closing the menu
v0.6.1
- Make hint case-insensitive
v0.6.0
- Add
minLength
prop
- Fix some syntax issues
- Fix React 15.2 warnings
v0.5.3
- Fix React 15 input warning and blur handling on TypeaheadInput
- For single pre-selected value, don't erase entire string on backspace
- Make input text behave correctly when there's a pre-selected value
v0.5.2
- Add
onBlur
hook
- Clarify documentation around event hooks