fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
135 stars 74 forks source link

Problem clicking the icon #1

Closed javierdac closed 3 years ago

javierdac commented 4 years ago

If you click the icon you can access to the TextField and the dropdown is not being displayed.

karimcambridge commented 4 years ago

How do we fix this?

Also, we can't use other icons like materialcommunityicons etc.

fateh999 commented 3 years ago

<DropDown label={'Gender'} mode={'outlined'} visible={showDropDown} showDropDown={() => setShowDropDown(true)} onDismiss={() => setShowDropDown(false)} value={gender} setValue={setGender} list={genderList} inputProps={{ right: <TextInput.Icon name={'menu-down'} />, }} />