Switch component can not be turned on/off in Chrome on Android devices.
The Switch can not be turned on/off.
The Switch works as expected when the browsers is switched to desktop mode.
The Switch should work as expected in Chrome in Andorid.
Setting value(null) to the Switch removes the Off text.
Setting the Switch's value to null removes the Off label text.
The Off label text should not be removed.
Hi Team,
I'd like to request the Kendo UI Switch's messages be shown by default when utilizing the BootStrap Sass and Less themes. Currently, it is not shown as described in this forum post.
Thank you!
Top and bottom borders of Switch is cut off in the Bootstrap V3 theme.
open the following Dojo: https://dojo.telerik.com/eHeDeWuS/3
A recent update has broken the style for the switch as demonstrated here - https://demos.telerik.com/kendo-ui/grid/offline (LESS - Material theme). Tested with Chrome and Edge
Bug report
When a label HTML element is assigned to the switch and the user clicks it, the switch does not change its state. However, the change event is triggered. The issue could be observed when the widget is bound via MVVM.
Reproduction of the problem
1. Declare an input element and a label-for element.
2. Initialize the Kendo UI Switch.
3. Click on the label.
https://dojo.telerik.com/AHutaQUP
Environment
* **Kendo UI version:** 2020.2.17
* **jQuery version:** 1.12.4
* **Browser:** [all]
When the Switch is used inside a Kendo Grid popup it is not rendered as expected.
The Switch is rendered incorrectly:
The Switch thumb should be rendered inside the Switch track.
I have tried numerous ways of calling the .focus() on the Switch jquery object as the control has no built-in focus metod.
I have not been able to find any information to get around this issue. What am I missing