Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random grey color for many items without selecting them #433

Closed
AhmedSamir74 opened this issue Apr 15, 2021 · 7 comments
Closed

random grey color for many items without selecting them #433

AhmedSamir74 opened this issue Apr 15, 2021 · 7 comments

Comments

@AhmedSamir74
Copy link

AhmedSamir74 commented Apr 15, 2021

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", }, }} />
Screen Shot 2021-04-15 at 2 23 49 PM

@iyasirkhan
Copy link

Also facing same issue, any update?

@iyasirkhan
Copy link

Set the placeholder value it will fix this issue but its not the proper solution it must be fixed in library

@himrocks33
Copy link

@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.

@xdarkleonx
Copy link

Same issue, when items more than 11. Every eleventh item is gray.

@basitmir
Copy link

Any solution regarding this @AhmedSamir74 @xdarkleonx @iyasirkhan

@xdarkleonx
Copy link

Любое решение относительно этого @ AhmedSamir74 @xdarkleonx @iyasirkhan

just remove placeholder color and wait while lawnstarter will fix it

@idnfata
Copy link

idnfata commented Dec 29, 2022

the solution is here #169 (comment)

@lfkwtz lfkwtz closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants