New to KendoReact? Start a free 30-day trial
Rendering Changes in 9.0.0
The KendoReact 9.0.0 release introduces changes in the rendering of several components.
ContextMenu
- Added
k-overflow-visible
class to thek-menu-popup
element.
DateInput
- Removed the
value
attribute of the.k-dateinput input
element.
DateTimePicker
- Moved the
k-time-footer
element outside its wrapping div.
Grid
- Replaced the
th
element in the filter cells withtd
. - Replaced the
k-table-th
class of the filter row header cell withk-table-td
.
The cells in the filter row are now rendered as td.k-table-td element.
Menu
- Moved the popup animation container inside the menu item element.
TimePicker
- Moved the
k-time-footer
element outside its wrapping div.
TreeList
- Replaced the
th
element in the filter cells withtd
. - Replaced the
k-table-th
class of the filter row header cell withk-table-td
.
Window
- Replaced the
k-window-focused
class of the Window element withk-focus
.