Select field using search populate another field.
I have a select field that populates the options via an external API request:
How can I pass the selected result over to the TextInput field? I couldn't figure this out using
How can I pass the selected result over to the TextInput field? I couldn't figure this out using
afterStateUpdated with the getSearchResultsUsing method on the original field.