diff --git a/src/Select.js b/src/Select.js index 1c593413e1..5a9f358c3c 100644 --- a/src/Select.js +++ b/src/Select.js @@ -428,7 +428,7 @@ class Select extends React.Component { } this.focusStartOption(); break; - case 46: // backspace + case 46: // delete if (!this.state.inputValue && this.props.deleteRemoves) { event.preventDefault(); this.popValue();