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
The DateTImePicker in Kendo UI for React has a rendering difference compared to the source of truth tests for the opened state when the "Time" option is selected.
The difference:
In source of truth, the CSS class used Is k-calendar-container, where in React's rendering the CSS class is k-datetimepicker-container. Additionally, there is a rendering differences in the usage of k-reset (on the same level as the contained classes) - this class is not present in the source of truth test but is present in the React's rendering
The DateTImePicker in Kendo UI for React has a rendering difference compared to the source of truth tests for the opened state when the "Time" option is selected.
The difference:
In source of truth, the CSS class used Is k-calendar-container, where in React's rendering the CSS class is k-datetimepicker-container. Additionally, there is a rendering differences in the usage of k-reset (on the same level as the contained classes) - this class is not present in the source of truth test but is present in the React's rendering
Source of truth tests:
https://github.com/telerik/kendo-themes/blob/develop/tests/datetimepicker/datetimepicker-opened.html#L50
React's rendering:
Used UI for Blazor 6.2.0 and TB Q3 2024.
As a result the produced rendering is not unified with other suites and produces issues in ThemeBuilder
Reported through https://supportheroes.telerik.com/ticket/1669001
The text was updated successfully, but these errors were encountered: