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 alignment of the text inside a TextBox changes depending on whether or not the TextBox is given a placeholder text. If any String is passed to placeholder (even an empty String), the text gets aligned vertically centered. Otherwise it's aligned at the top of the TextBox. This is barely recognizable in the first two examples where the difference is only about 1px, but shows very clearly when TextBox expands in a larger parent:
The alignment of the text inside a
TextBox
changes depending on whether or not theTextBox
is given a placeholder text. If any String is passed toplaceholder
(even an empty String), the text gets aligned vertically centered. Otherwise it's aligned at the top of theTextBox
. This is barely recognizable in the first two examples where the difference is only about 1px, but shows very clearly whenTextBox
expands in a larger parent:To reproduce
Expected behaviour
The text inside a
TextBox
withmaxLines = 1
is always vertically centered.The text was updated successfully, but these errors were encountered: