Capture multi-line text input from users. Ideal for comments, descriptions, and feedback.
Using CSS's new field-sizing property, the textarea will automatically adjust its height to fit the content by passing in the rows="auto" prop.
This feature is not available in all web browsers. Visit caniuse.com to see which browsers support this feature.
If you want to restrict the user from resizing the textarea, you can use the resize="none" prop.