ant-design-blazor
ant-design-blazor copied to clipboard
Searching in `Select component` with `EnableVirtualization` cause blank page and make scrollbar bounce occasionally
Describe the bug
When i type in Select component with EnableVirtualization, it shows blank page until i drag the scrollbar to bottom. And occasionally it make scrollbar bounce during dragging.
Steps to reproduce (please include code)
- Go to offical Select demo with big data.
- type
999quickly
https://user-images.githubusercontent.com/12622531/220004973-391e875d-a9ba-4f3b-b701-db26a378891f.mp4
https://user-images.githubusercontent.com/12622531/220004991-21a8538e-8b88-4f79-97d9-fb97604bcd65.mp4
Further technical details
- AntDesign 0.14.2
@kevindaizj What is expected behavior should be in this case from your point of view?
@m-khrapunov
- For the 1st video, it is expected that after i type
999, the related items should be displayed . But the fact is that unless I drag the scrollbar to the bottom, the items never appear. - For the 2nd video, as you can see, the scrollbar keeps bouncing, which is not expected.
@m-khrapunov @ElderJames
Is this bug fixed?