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
I labeled this an enhancement instead of a bug, because basically input was not designed to support textarea that way. But it is a nice addition and was not complex to add, so thanks for the idea, it is supposed to be in the next release 😉
If you setup a left corner labeled input, the text is automatically padded to prevent overlap with the icon:
Result:
But if you do the same with a TextArea, the icon label overlaps the text:
I looked and saw that the input has a 2.5em left padding. Adding that to the textarea fixes the issue.
The text was updated successfully, but these errors were encountered: