New to Kendo UI for Vue? Start a free 30-day trial
Disable the left part of a SplitButton
Updated over 6 months ago
Environment
| Product Version | 4.3.1 |
| Product | Progress® Kendo UI for Vue Native |
Description
I want to disable only the left part of the SplitButton.
Solution
You can achieve this by setting pointer-events to `none:
css
.k-button-group > .k-button:first-child:not(:only-child) {
pointer-events: none;
}
Runnable example
To test the following example, click on the left part of the SplitButton
Change Theme
Theme
Loading ...