pull/21833/head
Michael Telatynski 2019-12-17 17:31:29 +00:00
parent 7f78f55c94
commit b094f0fe47
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export default class Dropdown extends React.Component {
switch (e.key) { switch (e.key) {
case Key.ENTER: case Key.ENTER:
this.props.onOptionChange(this.state.highlightedOption); this.props.onOptionChange(this.state.highlightedOption);
// fallthrough // fallthrough
case Key.ESCAPE: case Key.ESCAPE:
this._close(); this._close();
break; break;