You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: