Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MultiColumnComboBox] Decrease in performance #4494

Open
zstoyanova9 opened this issue Dec 20, 2024 · 0 comments
Open

[MultiColumnComboBox] Decrease in performance #4494

zstoyanova9 opened this issue Dec 20, 2024 · 0 comments

Comments

@zstoyanova9
Copy link

zstoyanova9 commented Dec 20, 2024

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

  1. Open the following StackBlitz examples:
  2. Open the popup of the MultiColumnComboBox.
  3. Observe the delay in its appearance.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants