[TextInput] lineHeight in multiline TextInput
See original GitHub issueIt would be great if we can set lineHeight in a TextInput which is set multiline={true}
Issue Analytics
- State:
- Created 8 years ago
- Reactions:4
- Comments:7 (5 by maintainers)
Top Results From Across the Web
[TextInput] lineHeight in multiline TextInput - React Native
[TextInput] lineHeight in multiline TextInput. mkonicek. Moved from https://github.com/facebook/react-native/issues/1577.
Read more >lineHeight style has no effect on multiline TextInput #25543
When lineHeight is added to multiline TextInput's the height of the TextInput is initially effected however this disappears on first input ...
Read more >How to set lineHeight style for TextInput in React Native?
The trick is to nest a <Text> element inside of the <TextInput> element. <TextInput multiline={true} style={styles.multiline} onChangeText={(text) => { this.
Read more >Multiline input with max height - Expo Snack
Multiline input with max height. No description. Open with Expo Go. Open in editor. Need Expo? Don't have the Expo Go? Download the...
Read more >TextInput - React Native
If true , the text input can be multiple lines. The default value is false . note. It is important to note that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi there! This issue is being closed because it has been inactive for a while.
But don’t worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/textinput-lineheight-in-multiline-textinput
ProductPains helps the community prioritize the most important issues thanks to its voting feature. It is easy to use - just login with GitHub.
Also, if this issue is a bug, please consider sending a PR with a fix. We’re a small team and rely on the community for bug fixes of issues that don’t affect fb apps.
Still an issue