You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simple way of getting the options array from the TypeaheadSelector sub-component (the results that print in the dropdown), so i can use them and filter another view? Sure I'm missing something in the docs
The text was updated successfully, but these errors were encountered:
Hey @juanmnl , there is not currently an official way. It's stored in state.visible. Technically it's available via this.refs.Typeahead.state.visible, assuming your component has ref Typeahead. But I wouldn't recommend that. I'd accept a pull request that exposes state.visible in a component function.
Is there a simple way of getting the options array from the TypeaheadSelector sub-component (the results that print in the dropdown), so i can use them and filter another view?
Sure I'm missing something in the docs
The text was updated successfully, but these errors were encountered: