Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
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
v0.5.0
- Fix issue with tabbing behavior
- Don't require CSS directly in JS
- Make React a peer dependency
- Update documentation
v0.4.0
- Add menu alignment options
- Updates to example
- Make menu
overflow: auto
v0.3.1
- Basic build tests
- Handle overflow of long menu items
- Fix shift-tab behavior
v0.3.0
renderMenuItemChildren
prop
- More helpful error when
labelKey
is wrong
- Update linting and add rules
onInputChange
callback for async data
- Add optional pagination for large data sets
- Use
react-onClickOutside
HOC instead of mixin