Multiple Line Text
Multiple Line Text is designed for capturing long-form content, such as detailed descriptions, or user comments.
Label
Helper text
0 / 1000
States
Default
Empty field, waiting for user interaction. Placeholder is visible.
Hover
Hover state indicates interactivity when the cursor is on the input field by changing the border color.
Active/Focus
Active state: Occurs during the moment an element is being activated by the user's input. Focus state: Indicates that an element is currently selected to receive user input, whether from a keyboard, mouse, or voice.
Disabled
Field is inactive and cannot be focused or edited. Use when the field is not applicable to the user.
Filled
Field contains user input. Placeholder is replaced by entered value.
Typing
User is actively entering text. Cursor is visible and input updates in real time.
Read only
Field content is visible but not editable. No cursor interaction.
Valid
Shown only after a failed form submission, on fields that already pass validation. Highlights correct inputs alongside errors on other fields. Does not show before submit or while the user is typing.
Label
This field is required
Error
Triggered when validation fails. (On form submit) Red border + error message guides user to correct the input.
Label
Maximum character limit reached
Max Length
Maximum character limit (1000) reached. Additional input is restricted and a helper message appears.
Behaviour
With char count
- Shows remaining characters as users type, helping them stay within the allowed limit.
Input box resizing
- Users can manually adjust the vertical height of the box by dragging the icon at the bottom right corner.
Specs
1
Label
- Describes the purpose of the input field.
- Recommended max 100 char
2
Input text
- The main area where users type in their data.
- Max 1000 char
3
Helper text (Optional)
- Provides additional guidance or contextual information.
- Keep copy short. Read usage guidelines.
- Recommended max 30 char (include spaces).
4
Counter (Optional)
- Shows entered characters out of maximum limit.
1
Label
2
3
Helper text
0 / 1000
4
Dos and Don'ts
- Do not use input fields without proper labels as using placeholders by themselves can confuse users.
- Avoid long placeholder text. If you require to include more text, please consider using the helper text area.
- Display a visible character counter if a limit exists.
- You may also use the helper text area to show the limit. For example: Max 300 characters allowed.