ant-design-blazor icon indicating copy to clipboard operation
ant-design-blazor copied to clipboard

Searching in `Select component` with `EnableVirtualization` cause blank page and make scrollbar bounce occasionally

Open kevindaizj opened this issue 3 years ago • 3 comments

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)

  1. Go to offical Select demo with big data.
  2. type 999 quickly

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 avatar Feb 20 '23 03:02 kevindaizj

@kevindaizj What is expected behavior should be in this case from your point of view?

m-khrapunov avatar Feb 22 '23 08:02 m-khrapunov

@m-khrapunov

  1. 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.
  2. For the 2nd video, as you can see, the scrollbar keeps bouncing, which is not expected.

kevindaizj avatar Feb 22 '23 09:02 kevindaizj

@m-khrapunov @ElderJames

Is this bug fixed?

kevindaizj avatar Aug 20 '24 09:08 kevindaizj