Introduction
This feature helps you control how text boxes resize when you change the text inside. Auto-width text boxes grow wider to fit the text on one line. Auto-height text boxes grow taller to fit the text wrapped on multiple lines. This solves the problem of text getting cut off or leaving too much empty space.
When you want a button label to stay on one line and the button width to adjust automatically.
When you have a paragraph of text that should wrap and the box height should grow to fit all lines.
When designing a card where the title should not wrap but the description should expand vertically.
When you want to keep a menu item width fixed but allow the text inside to wrap and grow in height.
When creating responsive layouts where text boxes need to adjust size based on content length.