Skip to content

Commit 2d13958

Browse files
committed
Update README
1 parent f594836 commit 2d13958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ Check out the <a href="http://react-autosuggest.js.org" target="_blank">Homepage
3030
## Features
3131

3232
* <a href="https://www.w3.org/TR/wai-aria-practices/#autocomplete" target="_blank">WAI-ARIA compliant</a>, with support for ARIA attributes and keyboard interactions
33-
* Plugs in nicely to Flux and <a href="http://redux.js.org" target="_blank">redux</a> applications
33+
* Plugs in nicely to Flux and <a href="http://redux.js.org" target="_blank">Redux</a> applications
3434
* Full control over [suggestions rendering](#renderSuggestionProp)
3535
* Suggestions can be presented as <a href="http://codepen.io/moroshko/pen/LGNJMy" target="_blank">plain list</a> or <a href="http://codepen.io/moroshko/pen/qbRNjV" target="_blank">multiple sections</a>
3636
* Suggestions can be retrieved <a href="http://codepen.io/moroshko/pen/EPZpev" target="_blank">asynchronously</a>
37+
* [Focus the first suggestion](#focusFirstSuggestionProp) in the list if you wish
3738
* Supports styling using <a href="https://github.com/css-modules/css-modules" target="_blank">CSS Modules</a>, <a href="https://github.com/FormidableLabs/radium" target="_blank">Radium</a>, <a href="https://facebook.github.io/react/tips/inline-styles.html" target="_blank">Inline styles</a>, global CSS, [and more](#themeProp)
3839
* You decide [when to show suggestions](#shouldRenderSuggestionsProp) (e.g. when user types 2 or more characters)
3940
* [Pass through props to the input field](#inputPropsProp) (e.g. placeholder, type, onChange, onBlur)

0 commit comments

Comments
 (0)