The input field is available on the Autosuggest instance as input
.
For example, you could store the input field like this:
<Autosuggest ref={autosuggest => this.input = autosuggest.input} ... />
The input field is available on the Autosuggest instance as input
.
For example, you could store the input field like this:
<Autosuggest ref={autosuggest => this.input = autosuggest.input} ... />