AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
314 stars 134 forks source link

Please add placeholder Color #125

Closed satyabrata-dash5 closed 1 year ago

satyabrata-dash5 commented 1 year ago

Please add placeholder Color as a default props

jheisondev commented 1 year ago

use buttonTextStyle={{ color: '#A1A1A1' }}

AdelRedaa97 commented 1 year ago

I think he means the search field placeholder color, use prop searchPlaceHolderColor to change it.