A read-only field is used to display data in a form-like structure without allowing direct user input. It maintains visual consistency with other form fields but presents information that is not currently editable.
When to use
When to avoid
Specifications
Label placement
Behavior
Anatomy
1
Label
Should indicate some kind of instruction for selection. If majority of fields are required in a single form, the "Option" label can be toggled on. If majority of fields are optional, the "Required asterisks" should instead be toggled on.
2
Content
Displays the read-only data.
3
Edit icon
Only for editable read-only fields will it display when the form field is hovered. Takes the user to another flow to edit the read-only information.