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

[DropDowns] Combobox/MultiSelect with virtualization display empty rows when last item is selected and then opens again

Open iadnonov opened this issue 2 years ago • 5 comments

When having a Combobox with virtual scroll enabled, display empty rows when last item is selected and then Combobox opens again.

Ticket ID: 1586664

This can be reproduced here: https://stackblitz.com/run/?file=app%2Fmain.jsx

Steps to reproduce

  1. Open combobox
  2. Scroll to end of the item list
  3. Select last item 4999
  4. Open combobox again

Current behaviour

List is opening without any items in it

Expected behaviour

List is opening with list of items

iadnonov avatar Nov 15 '22 09:11 iadnonov

The same issue is reproduced without selection and only scrolling to the last item, closing the popup and opening it again: https://stackblitz.com/edit/react-ny5ufm?file=app%2Fmain.jsx

The problem is also replicated with the MultiSelect: https://stackblitz.com/edit/react-twrp63?file=app%2Fmain.jsx

kdikov82 avatar Dec 17 '22 12:12 kdikov82

Public item for the MultiSelect: https://feedback.telerik.com/kendo-react-ui/1590786-multiselect-with-virtualization-shows-blank-popup-when-scrolled-to-the-bottom-and-reopened

kdikov82 avatar Dec 17 '22 12:12 kdikov82

Reported in Ticket ID: 1623500

WissamProgress avatar Sep 14 '23 07:09 WissamProgress

related to #2446

elena-gancheva avatar Jan 25 '24 07:01 elena-gancheva

Reproducible for the MultiColumnComboBox as well https://stackblitz.com/edit/react-s5d5pk?file=app%2Fmain.tsx

Reported in Ticket 1640409

filipKovachev avatar Feb 09 '24 08:02 filipKovachev

The fix is available in the latest dev version of the package and will be available in an official release version on 15th May

elena-gancheva avatar May 08 '24 14:05 elena-gancheva