random grey color for many items without selecting them
See original GitHub issueWhen the items number increases it is showing wired behaviour.
There are some items color changed to be gray without reason. also when select it then select another item the color back to black
<RNPickerSelect placeholder={{ label:
Select City, value: null, color: "#9EA0A4", }} onValueChange={(value) => props.onChange(value)} items={props.data || []} style={{ viewContainer: { flex: 1, }, inputAndroid: { ...styles.textField, backgroundColor: "transparent", color: "#000", textAlign: "left", }, inputIOS: { backgroundColor: "transparent", color: "#000", textAlign: "left", }, placeholder: { color: "grey", }, }} />
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top GitHub Comments
just remove placeholder color and wait while lawnstarter will fix it
the solution is here https://github.com/lawnstarter/react-native-picker-select/issues/169#issuecomment-484954440