Question page

A multi-line field where users can input and edit text.
60ch.
3.
100%.
When you must disable a button or input:
The form item automatically associates the label with the input for screen readers, ensuring your form is accessible.
Known input length: Use fixed-width inputs for content with a specific length, such as postal code (7 characters) or year (4 characters).
Unknown input length: If you don’t know how many characters the user will need (like their name), make your text input 100% of the container.