Set the disabled state

19 Dec 20221 minute to read

Button component can be enabled or disabled by giving disabled property. To disable Button component, the disabled property can be set as true.

The following example demonstrates Button in disabled state.

<ejs-button id="disabled" disabled="true" content="Disabled"></ejs-button>

NOTE

View Sample in GitHub.