react-native-picker-select
react-native-picker-select copied to clipboard
random grey color for many items without selecting them
When 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", }, }} />

Also facing same issue, any update?
Set the placeholder value it will fix this issue but its not the proper solution it must be fixed in library
@iyasirkhan What do you mean by set the placeholder value. I have this same issue I have a placeholder set. But down the list of items I still get this weird grey behavior.
Same issue, when items more than 11. Every eleventh item is gray.
Any solution regarding this @AhmedSamir74 @xdarkleonx @iyasirkhan
Любое решение относительно этого @ AhmedSamir74 @xdarkleonx @iyasirkhan
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