Enable and disable
4 Sep 20181 minute to read
Enabled property enables or disables TextArea control. The default value is true.
Refer to the following code example.
<textarea id="textarea" data-role="ejmtextarea" data-ej-watermarktext="TextArea" data-ej-enabled="false"></textarea>
The following screenshot displays the Enabled property set to false.