You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Kendo React's rendering for the DateTimePicker component differs from the source of truth as shown here: telerik/kendo-react#2620
As a result, the procured CSS is not compatible with some Kendo/Telerik suites like UI for Blazor
To Reproduce
Steps to reproduce the behavior:
Set custom style for the Time section of the DateTimePicker
Comparte the generated CSS classes with the source of truth tests and observe the differences in the classes in React vs all other suites (as described here)
Expected behavior
The TB app to produce CSS compatible with all suites - for example, if possible, we can explicitly strip the k-datetimepicker-container class and the k-reset class (on the same selector level).
Components technology and version
TB Q3 2024, Blazor 6.2.0
Describe the bug
The Kendo React's rendering for the DateTimePicker component differs from the source of truth as shown here:
telerik/kendo-react#2620
As a result, the procured CSS is not compatible with some Kendo/Telerik suites like UI for Blazor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The TB app to produce CSS compatible with all suites - for example, if possible, we can explicitly strip the k-datetimepicker-container class and the k-reset class (on the same selector level).
Components technology and version
TB Q3 2024, Blazor 6.2.0
Additional context
Reported through https://supportheroes.telerik.com/ticket/1669001
The text was updated successfully, but these errors were encountered: