()
| 873 | this.props.onMenuOpen(); |
| 874 | } |
| 875 | onMenuClose() { |
| 876 | this.onInputChange('', { |
| 877 | action: 'menu-close', |
| 878 | prevInputValue: this.props.inputValue, |
| 879 | }); |
| 880 | |
| 881 | this.props.onMenuClose(); |
| 882 | } |
| 883 | onInputChange(newValue: string, actionMeta: InputActionMeta) { |
| 884 | this.props.onInputChange(newValue, actionMeta); |
| 885 | } |