You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text field is 50pt tall and the text is half-clipped at the top.
The text was updated successfully, but these errors were encountered:
brentvatne
changed the title
Vertical padding on a <TextInput> not correctly computed
[TextInput] Vertical padding on a <TextInput> not correctly computed
May 30, 2015
A text field's height appears to be calculated as max(intrinsic height, vertical padding) instead of intrinsic height + vertical padding.
Repro:
The text field is 50pt tall and the text is half-clipped at the top.
The text was updated successfully, but these errors were encountered: