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
Hi @arsalannury , I also checked in a real samsung device and could not reproduce this. Can you please create a snack for the reproducible error, so that I can directly scan it. I think this issue is because of placeholder={placehoderType === "inline" ? placehoder : ""} condition.
I checked this placeholder={placehoderType === "inline" ? placehoder : ""} and it was a problem but I think it's not wrong because I can't change the placeholder type with touch during the run application so you may check this anytime you can
Description
after touching inputs the placeholder disappears and I have to type something and then remove it to show the placeholder again
CodeSandbox/Snack link
No response
Steps to reproduce
gluestack-ui Version
1.0.15
Platform
Other Platform
No response
Additional Information
<Input variant="outline" size="md"> <InputField placeholder={placehoderType === "inline" ? placehoder : ""} direction="rtl" writingDirection="rtl" fontFamily="Vazir" sx={{ _input: { fontFamily: "Vaizr" } }} /> </Input>
The text was updated successfully, but these errors were encountered: