Open IsmailParacha opened 1 month ago
@seb-zabielski
Workaround fix: Set contentStyle={{ paddingTop: 12, paddingBottom: 12 }}.
(paddingVertical doesn't work.)
Didn't help for me, even with this padding still see this issue
And it seems like all the versions starting from 5.0.0 suffer from it
Workaround fix: Set contentStyle={{ paddingTop: 12, paddingBottom: 12 }}.
(paddingVertical doesn't work.)
working for me
Current behaviour
I am getting an issue in the react native paper Text input component when I add multiline functionality, which means making their value true, then it works fine, but when I make their value false or do not add the multiline key, then when I enter long text and unselect the Textfield the text expand to multiple lines. it only happens in iOS, in Android, it works fine as expected.
Expected behaviour
if i add multiline functionality then they need to show text in multi-lines but when I make the value of multiline false then not need to take and show text in multi-line
Code
Preview
Your Environment