telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

Issue with DropdownList virtualization with filtering demo with Hooks #1156

Closed silviyaboteva closed 2 years ago

silviyaboteva commented 2 years ago

There is an issue with the virtualization with filtering demo only with Hooks approach. If you filter the items, let's say these containing '33' and try to scroll, the items start from Item 0. The demo with classes works as expected.

Demo link: https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/virtualization/#toc-virtualization-with-filtering

cc/ @simonssspirit @filipKovachev

simonssspirit commented 2 years ago

This should be the working version: https://stackblitz.com/edit/react-yoie5s?file=app/main.jsx

@silviyaboteva @nstoychev Please confirm

silviyaboteva commented 2 years ago

@simonssspirit yes, it's working fine in the example. Can you please update the docs with it? :)

simonssspirit commented 2 years ago

Yes, I will update it for the ComboBox and the MultiSelect as both of them, have the same issue.

simonssspirit commented 2 years ago

The article is fixed