You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using react-native 0.63.2, and have imported dropdown from react-native-material-dropdown-v2. I've created a simple dropdown with data, value, and onChangeText props. However, for some reason, the dropdown arrow never shows, even if I change the renderAccessory prop or the baseColor or anything else. Any suggestions?
The text was updated successfully, but these errors were encountered:
react-native-material-dropdown-v2 uses TextInput from react-native-paper while react-native-material-dropdown uses react-native-material-textfield. TextInput doesn't take renderAccessory prop instead it takes a right prop where a TextInput.Icon component can be passed. You can fork the repo and make these changes like I did here.
I am using react-native 0.63.2, and have imported dropdown from
react-native-material-dropdown-v2
. I've created a simple dropdown withdata
,value
, andonChangeText
props. However, for some reason, the dropdown arrow never shows, even if I change therenderAccessory
prop or thebaseColor
or anything else. Any suggestions?The text was updated successfully, but these errors were encountered: