A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
I use a dropdown-picker to select a city in a list. For this I use the listMode="MODAL" with a search input. When I click to select a city the keyboard close first. So I have to click a second time to select a city and close the modal.
So I'd like to skip the keyboard close action then I don't have to double click when selecting a city.
In the same idea of keyboardShouldPersistTaps in ScrollView.
Hi there.
I use a dropdown-picker to select a city in a list. For this I use the listMode="MODAL" with a search input. When I click to select a city the keyboard close first. So I have to click a second time to select a city and close the modal. So I'd like to skip the keyboard close action then I don't have to double click when selecting a city. In the same idea of keyboardShouldPersistTaps in ScrollView.
Someone has an idea for this ?