(newValue: string, actionMeta: InputActionMeta)
| 881 | this.props.onMenuClose(); |
| 882 | } |
| 883 | onInputChange(newValue: string, actionMeta: InputActionMeta) { |
| 884 | this.props.onInputChange(newValue, actionMeta); |
| 885 | } |
| 886 | |
| 887 | // ============================== |
| 888 | // Methods |
no outgoing calls
no test coverage detected