disabled
Description
defines whether an area is disabledType
boolean
Default
false
Example
<TextArea disabled={true} />
Details
It is also possible to set an area to the disabled state by declaring the property with no value:
<TextArea disabled />
Related article: Setting the disabled state
Related sample: TextArea