-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
letterSpacing does not work on placeholder on iOS #19002
Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
this is still an issue even in 0.56 version, I really don't understand why you close so many issues just because there is no activity.. this is annoying!!! |
Same problem here! |
+1, any updates on this? |
It looks like placeholder isn't using a number of styles that it should be, right now we have a problem where it completely ignores the |
Summary: After some refactor of text input attributes, we can now add style attributes the same as text input's attributes, from #19002 (comment), user wants placeholder to support line-height , I think we can add it now for multiline text input. [iOS] [Added] - Added lineHeight support of placeholder for multiline text input Pull Request resolved: #23760 Differential Revision: D14320600 Pulled By: cpojer fbshipit-source-id: ededeaa11560af089ca15ffc188e2e70db2ad7d4
Environment
Steps to Reproduce
Expected Behavior
letterSpacing
is applied to placeholderIt could be nice to have some separate prop with placeholder style (not only color).
Actual Behavior
letterSpacing
is not applied to placeholder on iOS, after entering text it works correctly.It works on Android without any problems.
The text was updated successfully, but these errors were encountered: