It will be good to have a dropdown button in the Kendo suit.
The text of a Button a cannot be modified through $scope using AngularJS.
Regression introduced with 2022.1.119
The buttonName value is not displayed as the Button's text
The buttonName value should be displayed as text for the Button.
Typescript d.ts:
interface ButtonOptions { name?: string | undefined; enable?: boolean | undefined; icon?: string | undefined; iconClass?: string | undefined; imageUrl?: string | undefined; spriteCssClass?: string | undefined; click?(e: ButtonClickEvent): void; }
https://docs.telerik.com/kendo-ui/api/javascript/ui/button/configuration/badge
When you click and hold on the Button, and then drag outside, the Button remains highlighted.
This is a regression in version 2019.1.115.
Open this Dojo example. Click and hold the Button, and then drag to the right.
The Button remains highlighted, and the k-state-active class is not removed.
The Button should not be highlighted if the mouse cursor is not on the button on mouseup.
Workaround in this Dojo.
Default and primary buttons have no shadow in normal state in the LESS Material theme.
Demo.
After updating to the latest version of Kendo UI for jQuery we noticed that the button disabled style appears to be broken.
We were able to reproduce the issue using the Dojo.
The steps to reproduce are very simple.
<! Code to put in between tags >
<div id="view">
<input type="text" data-bind="value: name, disabled: isNameDisabled" />