Skip to content

Commit

Permalink
Merge pull request #2078 from dider7/update-deleteRemoves-comment
Browse files Browse the repository at this point in the history
Updated the comment for the deleteRemoves option.
  • Loading branch information
gwyneplaine authored Oct 20, 2017
2 parents a252668 + d347ef6 commit 57ab8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ Select.propTypes = {
clearValueText: stringOrNode, // title for the "clear" control
clearable: PropTypes.bool, // should it be possible to reset value
closeOnSelect: PropTypes.bool, // whether to close the menu when a value is selected
deleteRemoves: PropTypes.bool, // whether backspace removes an item if there is no text input
deleteRemoves: PropTypes.bool, // whether delete removes an item if there is no text input
delimiter: PropTypes.string, // delimiter to use to join multiple values for the hidden field value
disabled: PropTypes.bool, // whether the Select is disabled or not
escapeClearsValue: PropTypes.bool, // whether escape clears the value when the menu is closed
Expand Down

0 comments on commit 57ab8d0

Please sign in to comment.