Skip to content

Commit

Permalink
Merge pull request JedWatson#1281 from jtulk/patch-1
Browse files Browse the repository at this point in the history
Documentation to backspaceToRemoveMessage Property
  • Loading branch information
JedWatson authored Oct 5, 2016
2 parents e99ab1f + e65b073 commit 4b8ec14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ function onInputKeyDown(event) {
autoload | bool | true | whether to auto-load the default async options set
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`)
className | string | undefined | className for the outer element
clearable | bool | true | should it be possible to reset value
Expand Down

0 comments on commit 4b8ec14

Please sign in to comment.