Skip to content

Commit

Permalink
Merge pull request #139 from jarvinia/patch-1
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
furqanZafar committed Feb 28, 2017
2 parents de635be + 606355a commit 5e68bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -5,7 +5,7 @@
| Property | Type | Description |
|----------------------------|-------------------------------------|--------------------------------|
| autofocus | Boolean | opens the dropdown menu on load if set to true (defaults to false) |
| cancelKeyboardEventOnSelection | Boolean | defaults to true, set this to fale when using tab as a delimiter for example |
| cancelKeyboardEventOnSelection | Boolean | defaults to true, set this to false when using tab as a delimiter for example |
| className | String | class name for the outer element, in addition to "simple-select"|
| createFromSearch | [Item] -> String -> Item? | implement this function to create new items on the fly, `(options, search){return {label: search, value: search}}`, return null to avoid option creation for the given parameters|
| defaultValue | Item | similar to the defaultValue prop of React.DOM.Select |
Expand Down

0 comments on commit 5e68bb9

Please sign in to comment.