Skip to content

Commit

Permalink
Merge pull request #2482 from liubko/patch-1
Browse files Browse the repository at this point in the history
Fix table layout in Readme
  • Loading branch information
JedWatson authored Apr 10, 2018
2 parents 0b5e0fb + 16aa2fa commit ab621bd
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 @@ -395,7 +395,7 @@ function onInputKeyDown(event) {
| `onValueClick` | function | undefined | onClick handler for value labels: `function (value, event) {}` |
| `openOnClick` | boolean | true | open the options menu when the control is clicked (requires searchable = true) |
| `openOnFocus` | boolean | false | open the options menu when the control gets focus |
| `optionClassName`: string | undefined | additional class(es) to apply to the <Option /> elements
| `optionClassName` | string | undefined | additional class(es) to apply to the <Option /> elements |
| `optionComponent` | function | undefined | option component to render in dropdown |
| `optionRenderer` | function | undefined | custom function to render the options in the menu |
| `options` | array | undefined | array of options |
Expand Down

0 comments on commit ab621bd

Please sign in to comment.