Skip to content

Commit

Permalink
Merge pull request JedWatson#1420 from tnrich/patch-1
Browse files Browse the repository at this point in the history
tiny update to readme fixing noResultsText info
  • Loading branch information
JedWatson authored Jan 31, 2017
2 parents dbbd63b + 10cd5b2 commit 00418b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function onInputKeyDown(event) {
menuRenderer | func | undefined | Renders a custom menu with options; accepts the following named parameters: `menuRenderer({ focusedOption, focusOption, options, selectValue, valueArray })`
multi | bool | undefined | multi-value input
name | string | undefined | field name, for hidden `<input />` tag
noResultsText | string | 'No results found' | placeholder displayed when there are no matching search results or a falsy value to hide it
noResultsText | string | 'No results found' | placeholder displayed when there are no matching search results or a falsy value to hide it (can also be a react component)
onBlur | func | undefined | onBlur handler: `function(event) {}`
onBlurResetsInput | bool | true | whether to clear input on blur or not
onChange | func | undefined | onChange handler: `function(newValue) {}`
Expand Down

0 comments on commit 00418b3

Please sign in to comment.