react-bootstrap-typeahead

React typeahead with Bootstrap styling

MIT License

Downloads
810.1K
Stars
993
Committers
39

Bot releases are hidden (Show)

react-bootstrap-typeahead - v0.8.0

Published by ericgio about 8 years ago

  • Use lodash optimization plugins for webpack and babel
  • Add blur method
  • Add focus method
  • Add missing documentation
  • Update dependencies, add .babelrc, and move common webpack config into base file
  • Move Menu & MenuItem components into separate file for testability
  • Add testing infra & browser tests for each component
  • Test for result filtering
  • Add tests to Travis
react-bootstrap-typeahead - v0.7.2

Published by ericgio about 8 years ago

Prevent onClick from firing when MenuItem is disabled

react-bootstrap-typeahead - v0.7.1

Published by ericgio about 8 years ago

  • 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
react-bootstrap-typeahead - v0.7.0

Published by ericgio about 8 years ago

  • 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
react-bootstrap-typeahead - v0.6.4

Published by ericgio about 8 years ago

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

react-bootstrap-typeahead - v0.6.3

Published by ericgio about 8 years ago

Autocomplete hint on tab

react-bootstrap-typeahead - v0.6.2

Published by ericgio about 8 years ago

Fix esc and tab not closing the menu

react-bootstrap-typeahead - v0.6.1

Published by ericgio about 8 years ago

  • Make hint case-insensitive
react-bootstrap-typeahead - v0.6.0

Published by ericgio over 8 years ago

  • Add minLength prop
  • Fix some syntax issues
  • Fix React 15.2 warnings
react-bootstrap-typeahead - v0.5.3

Published by ericgio over 8 years ago

  • 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
react-bootstrap-typeahead - v0.5.2

Published by ericgio over 8 years ago

  • Add onBlur hook
  • Clarify documentation around event hooks
react-bootstrap-typeahead - v0.5.1

Published by ericgio over 8 years ago

react-bootstrap-typeahead - v0.5.0

Published by ericgio over 8 years ago

  • Fix issue with tabbing behavior
  • Don't require CSS directly in JS
  • Make React a peer dependency
  • Update documentation
react-bootstrap-typeahead - v0.4.1

Published by ericgio over 8 years ago

Fix tabbing behavior

react-bootstrap-typeahead - v0.4.0

Published by ericgio over 8 years ago

  • Add menu alignment options
  • Updates to example
  • Make menu overflow: auto
react-bootstrap-typeahead - v0.3.2

Published by ericgio over 8 years ago

react-bootstrap-typeahead - v0.3.1

Published by ericgio over 8 years ago

  • Basic build tests
  • Handle overflow of long menu items
  • Fix shift-tab behavior
react-bootstrap-typeahead - v0.3.0

Published by ericgio over 8 years ago

  • 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
react-bootstrap-typeahead - v0.2.3

Published by ericgio over 8 years ago

  • Remove box-shadow from multi-select input
  • Add focus state to multi-select input
  • Scope Token CSS
react-bootstrap-typeahead - v0.2.2

Published by ericgio over 8 years ago

  • Small bug fixes & formatting changes
  • Highlight input text in menu items