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-visibleclass to thek-menu-popupelement.
DateInput
- Removed the
valueattribute of the.k-dateinput inputelement.
DateTimePicker
- Moved the
k-time-footerelement outside its wrapping div.
Grid
- Replaced the
thelement in the filter cells withtd. - Replaced the
k-table-thclass 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-footerelement outside its wrapping div.
TreeList
- Replaced the
thelement in the filter cells withtd. - Replaced the
k-table-thclass of the filter row header cell withk-table-td.
Window
- Replaced the
k-window-focusedclass of the Window element withk-focus.