Skip to content

Commit

Permalink
Added README entry for deleteRemoves prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Uecker committed Nov 3, 2016
1 parent a1e0751 commit 0465ea9
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 @@ -351,6 +351,7 @@ function onInputKeyDown(event) {
clearAllText | string | 'Clear all' | title for the "clear" control when `multi` is true
clearValueText | string | 'Clear value' | title for the "clear" control
resetValue | any | null | value to use when you clear the control
deleteRemoves | bool | true | whether pressing delete key removes the last item when there is no input value
delimiter | string | ',' | delimiter to use to join multiple values
disabled | bool | false | whether the Select is disabled or not
filterOption | func | undefined | method to filter a single option: `function(option, filterString)`
Expand Down

0 comments on commit 0465ea9

Please sign in to comment.