-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
lineHeight styling doesn't impact multiline TextInput #14232
Comments
@shergin thanks for taking care of that 👍 |
I'm encountering this issue on iOS, but not on Android |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
I still plan to fix this. 😄 |
Any update? I'm writing kind of WYSIWYG editor, and my approach is that I'm creating 'fake' elements that imitate whats inside text edit with styles. Thats why I need very solid control over line height. |
Still having this issue though :((( |
In advance of a real fix here, any suggestions to work around? |
Same here with RN 0.51. |
It should be fixed in master now! Can anybody confirm? |
@shergin Still seems not fixed for 0.53, correct me if I'm using it wrong code:
|
@shergin Yes! I've tested my app out on latest React Native master, and I can confirm this is fixed. Thank you 🙌 Note to others: not fixed in any React Native releases yet including 0.53. |
Fixed in master. |
Are you sure this is fixed? Getting this using 0.57 and iOS:
|
@ArsenyYankovsky can you verify 0.58.0-rc and open a new issue if it's reproducing there? |
Issue persists on RN 0.57.7 |
@martinchristov can you verify 0.58-rc and open a new issue if it's not resolved in the RC? |
Description
lineHeight styling doesn't impact TextInput when multiline is set to
true
Reproduction Steps and Sample Code
Additional Information
The text was updated successfully, but these errors were encountered: