Open
Description
Description
If original text value has \n
character, removing multiline
prop doesn't change component size, leaving blank space equal to the number of \n
characters. Removing spaces reduce component size.
Screen.Recording.2024-11-14.at.18.04.10.mov
Reproduction steps:
- Open example app
- set initial
value
to text that includes new line character - comment
multiline
prop - Observe that component size stays the same even though there is single line of text.
commit c352064