lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.73k stars 491 forks source link

Web placeholder text color not able to change #490

Open juaal12 opened 1 year ago

juaal12 commented 1 year ago

We are using this library for some pickers within our project, but we are not able to change web placeholder color. We are trying to setting it up the proposed way by documentation which is:

          style={{
            placeholder: {
              color: colors.text.placeholder
            }
          }}

colors.text.placeholder is and already defined color within our application (for example it could be red). This works fine with android and iOS but not changing the color on web version, it is always default color. The version we are using is 8.0.4.