You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to display thousands menu items in the select, each menu item needs to dynamically load a different icon. The current Select component does not let me implement this in a way that is productive without freezing the browser as soon as you click the select.
A snippet of code for replicating the issue or showing the proposal usage if applicable
Attempting to see how the select behaves when using antd optionRender, I've prepared a story as such:
The feature or bug you are proposing
I need to display thousands menu items in the select, each menu item needs to dynamically load a different icon. The current Select component does not let me implement this in a way that is productive without freezing the browser as soon as you click the select.
A snippet of code for replicating the issue or showing the proposal usage if applicable
Attempting to see how the select behaves when using antd
optionRender
, I've prepared a story as such:however as soon as I open the select
The expected result for your bug
virtualization to happen and the render function to be invoked at need
The text was updated successfully, but these errors were encountered: