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

Select placeholder and value are not showing on android #2730

Open
2 of 6 tasks
sanaf1333 opened this issue Jan 23, 2025 · 0 comments
Open
2 of 6 tasks

Select placeholder and value are not showing on android #2730

sanaf1333 opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sanaf1333
Copy link

Description

I have created a component that is using Select. Everything seems to work fine on IOS but on android the placeholder and the value are not showing, i tried setting color explicitly but it is still not working. Can somebody please help me figure out what is wrong.

CodeSandbox/Snack link

https://codesandbox.io

Steps to reproduce

Here is my code
<SelectInput placeholder={placeholderText} className="text-sm font-normal h-5 text-typography-500" selectionColor={"black"} placeholderTextColor={"#40"} style={{color: 'red', backgroundColor: 'yellow'}} /> <SelectIcon className="mr-3" as={ChevronDownIcon} color={disabled ? "#40" : "#000000E0"} /> {options.map((option) => ( ))}

gluestack-ui Version

latest version

Platform

  • Expo
  • React Native CLI
  • Next
  • Web
  • Android
  • iOS

Other Platform

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants