Open iamhaaamed opened 4 years ago
Hello,
here is simple solution which helped me to make it work
const AutoFocusTextInput: React.ComponentType<any> = props => <TextInput autoFocus {...props} />
<AutocompleteDropdown InputComponent={AutoFocusTextInput} ... />
is it possible to auto focus autocomplete input on load?