Skip to content

Commit

Permalink
Merge pull request JedWatson#1375 from kevinzwhuang/master
Browse files Browse the repository at this point in the history
Fix description & default value of cache in README
  • Loading branch information
gwyneplaine authored Oct 27, 2017
2 parents cc2481c + d531a4a commit 6a017ea
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 @@ -356,7 +356,7 @@ function onInputKeyDown(event) {
| autosize | bool | true | If enabled, the input will expand as the length of its value increases |
| backspaceRemoves | bool | true | whether pressing backspace removes the last item when there is no input value |
| backspaceToRemoveMessage | string | 'Press backspace to remove {last label}' | prompt shown in input when at least one option in a multiselect is shown, set to '' to clear |
| cache | bool | true | enables the options cache for `asyncOptions` (default: `true`) |
| cache | any | {} | Sets the cache object used for Select.Async. Set to `false` if you would like to disable caching.
| className | string | undefined | className for the outer element |
| clearable | bool | true | should it be possible to reset value |
| clearAllText | string | 'Clear all' | title for the "clear" control when `multi` is true |
Expand Down

0 comments on commit 6a017ea

Please sign in to comment.