react-autocomplete
Advanced tools
Changelog
[1.4.2] - 2017-04-02
Changelog
[1.4.0] - 2016-11-07
props.inputProps
to <input>
Changelog
[1.3.1] - 2016-08-01
node_modules
and coverage
included in tarballChangelog
[1.3.0] - 2016-08-01
props.open
to manually control when the menu is open/closed (#163)props.onMenuVisibilityChange
callback that is invoked every time the menu is opened/closed by Autocomplete
's internal logic. Pairs well with props.open
for granulated control over the menu's visibility (#163)bower.json
has been removed from the repoChangelog
[1.2.1] - 2016-08-09
build/package.json
incorrectly stated 1.1.0
for the version, a quick rebuild and
patch version publish got these back in sync.Changelog
[1.2.0] - 2016-08-09
props.autoHighlight
to toggle automatic highlighting of top match (see #146 & #159)Changelog
[1.1.0] - 2016-08-02
propTypes
this.state.value
(has since been moved to props)highlightedIndex
when it's outside items.length
(#139)Changelog
[1.0.1] - 2016-06-26
<label>
, deprecating labelText
propwrapperProps
and wrapperStyle
props that are passed
to the <Autocomplete />
's root HTML wrapper. (via #91)1.0.0-rc1
is an unforunate coincidence,
We're only bumping this as it introduces breaking changes.