Skip to content

Releases: ericgio/react-bootstrap-typeahead

v0.7.1

26 Jul 19:23
Compare
Choose a tag to compare
  • 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

25 Jul 16:19
Compare
Choose a tag to compare
  • 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

24 Jul 19:11
Compare
Choose a tag to compare

Fix bug where menu closes before selection can be made when clicking a menu item

v0.6.3

22 Jul 18:04
Compare
Choose a tag to compare

Autocomplete hint on tab

v0.6.2

22 Jul 15:19
Compare
Choose a tag to compare

Fix esc and tab not closing the menu

v0.6.1

21 Jul 21:41
Compare
Choose a tag to compare
  • Make hint case-insensitive

v0.6.0

19 Jul 05:18
Compare
Choose a tag to compare
  • Add minLength prop
  • Fix some syntax issues
  • Fix React 15.2 warnings

v0.5.3

14 Jun 07:30
Compare
Choose a tag to compare
  • 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

08 Jun 05:44
Compare
Choose a tag to compare
  • Add onBlur hook
  • Clarify documentation around event hooks

v0.5.1

29 May 21:18
Compare
Choose a tag to compare