Shawn Simon
Results
1
comments of
Shawn Simon
You can also use an onchange event and the typeahead as a ref similar to @zikphil ``` if (this.typeahead.state.showResults !== true) { this.typeahead.setState({ showResults: true }); } ```