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
In comparison with v17.1.0, the performance of the MultiColumnComboBox with a large number of items has decreased when both virtualization is enabled and when it is not. The time it takes for the popup of the MultiColumnComboBox to be displayed has visibly increased starting from v17.1.1. The behavior is more evident when virtualization is not enabled.
In comparison, here are the two corresponding StackBlitz examples with v17.1.0 where the popup opens faster and the difference in performance can be observed:
Description
In comparison with v17.1.0, the performance of the MultiColumnComboBox with a large number of items has decreased when both virtualization is enabled and when it is not. The time it takes for the popup of the MultiColumnComboBox to be displayed has visibly increased starting from v17.1.1. The behavior is more evident when virtualization is not enabled.
Steps To Reproduce
In comparison, here are the two corresponding StackBlitz examples with v17.1.0 where the popup opens faster and the difference in performance can be observed:
Screenshots or video
v17.1.1:
chrome_BZpYcDvY4N.mp4
v17.1.0:
chrome_EvrQ0G6fJt.mp4
Actual Behavior
The time it takes for the popup of the MultiColumnComboBox to be displayed has increased.
Expected Behavior
The time it takes for the popup of the MultiColumnComboBox to be displayed should not increase.
The text was updated successfully, but these errors were encountered: