Enable and disable
10 Aug 20181 minute to read
The Enabled property is used to enable or disable the Textbox control. The default value is true.
Refer to the following code example.
<input id="textbox_sample" data-role="ejmtextbox" data-ej-watermarktext="Textbox" data-ej-enabled="false" data-ej-width="200">
The following screenshot displays the Enabled property set to false.