Closed javierdac closed 3 years ago
How do we fix this?
Also, we can't use other icons like materialcommunityicons etc.
<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'} />, }} />
If you click the icon you can access to the TextField and the dropdown is not being displayed.