fateh999 / react-native-paper-dropdown

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

Added colors.text from theme #6

Closed avantassel closed 3 years ago

avantassel commented 3 years ago

Uses the colors.text from the theme for the menu item text color.

Screen Shot 2020-11-28 at 12 38 52 AM

adamgajzlerowicz commented 3 years ago

+1 for this one. Without it, items on the list are not showing if not selected (undefined color) image

westbrookj commented 3 years ago

Any chance we could get this merged? This fixes the issue @adamgajzlerowicz posted on android devices.

fateh999 commented 3 years ago

Thanks for the PR, i have fixed the issue.