Skip to content

Commit

Permalink
Fixed incorrect prop(onCloseResetsInput) in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Anand committed Oct 8, 2016
1 parent 4b8ec14 commit 9709ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -371,7 +371,7 @@ function onInputKeyDown(event) {
onBlurResetsInput | bool | true | whether to clear input on blur or not
onChange | func | undefined | onChange handler: `function(newValue) {}`
onClose | func | undefined | handler for when the menu closes: `function () {}`
onCloseResetInput | bool | true | whether to clear input when closing the menu through the arrow
onCloseResetsInput | bool | true | whether to clear input when closing the menu through the arrow
onFocus | func | undefined | onFocus handler: `function(event) {}`
onInputChange | func | undefined | onInputChange handler: `function(inputValue) {}`
onInputKeyDown | func | undefined | input keyDown handler; call `event.preventDefault()` to override default `Select` behavior: `function(event) {}`
Expand Down

0 comments on commit 9709ae8

Please sign in to comment.