From d347ef692aa1bd89653544a756632ce68137a471 Mon Sep 17 00:00:00 2001 From: Abul Dider Date: Fri, 20 Oct 2017 11:01:52 +1100 Subject: [PATCH] Updated the comment for the deleteRemoves option. --- src/Select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Select.js b/src/Select.js index 1d9608ec05..94c4364d4c 100644 --- a/src/Select.js +++ b/src/Select.js @@ -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