kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][MultiColumnComboBox] Grouping text overlaps the item text

Open WissamProgress opened this issue 1 year ago • 0 comments

I'm submitting a...

  • Bug report

Current behavior

The grouping text overlaps overlaps the item text. This is reproducible is any grouping demo for the MultiColumnComboBox:

  • https://www.telerik.com/kendo-react-ui/components/dropdowns/multicolumncombobox/grouping/#toc-basic-usage

Screenshot 2024-01-24 at 11 47 39

Expected behavior

The group text is rendered correctly like in the DropDownList:

  • https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/grouping/#toc-basic-usage

Minimal reproduction of the problem with instructions

Add grouping to the MultiColumnComboBox component using the groupField and groupMode properties.

Reported in documentation feedback

WissamProgress avatar Jan 24 '24 09:01 WissamProgress