Skip to content

Commit

Permalink
Fix docs for openOnFocus, closes #2160
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Nov 23, 2017
1 parent 924bcf0 commit e7a77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -395,7 +395,7 @@ function onInputKeyDown(event) {
| onSelectResetsInput | bool | true | whether the input value should be reset when options are selected, for `multi`
| onValueClick | func | undefined | onClick handler for value labels: `function (value, event) {}` |
| openOnClick | bool | true | open the options menu when the control is clicked (requires searchable = true) |
| openOnFocus | bool | false | open the options menu when the control gets focus (requires searchable = true) |
| openOnFocus | bool | false | open the options menu when the control gets focus |
| optionRenderer | func | undefined | function which returns a custom way to render the options in the menu |
| options | array | undefined | array of options |
| placeholder | string\|node | 'Select ...' | field placeholder, displayed when there's no value |
Expand Down

0 comments on commit e7a77da

Please sign in to comment.