title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Disabled Button |
Disabled Button - Button - Kendo UI for Vue |
Enable or disable the Kendo UI Button wrapper for Vue. |
disabled_state_button_wrapper |
2 |
The business logic of an application often requires a certain button to be temporarily disabled or enabled.
You can configure the Button to be initially disabled by using its enable
setting. The component can also be disabled or enabled at any time with JavaScript by using its enable
method with a Boolean argument. For more information on the enable
method, refer to the Button API.
{% meta height:250 %} {% embed_file button/disabled-buttons/main.vue preview %} {% embed_file button/disabled-buttons/main.js %} {% endmeta %}