@microsoft/fast-foundation > TextArea > readOnly
TextArea.readOnly property
When true, the control will be immutable by user interaction. See readonly HTML attribute for more information.
Signature:readOnly: boolean;
Remarks
HTML Attribute: readonly