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
This problem occurs since shoelace version 2.19.0 with the fix of #1971
It can be fixed by not triggering the "handleDefaultSlotChange" of the select for the initial loading.
I am willing to provide a PR for this problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the sl-select with a high number of sl-options, it takes some time until the sl-select is done with rendering.
Demo
See following codepen, where I added 4000 options to a select and it takes quite some time until the select is finished with rendering:
https://codepen.io/kirchsuSICKAG/pen/gbYmrmJ?editors=1010
Browser / OS
Additional information
This problem occurs since shoelace version 2.19.0 with the fix of #1971
It can be fixed by not triggering the "handleDefaultSlotChange" of the select for the initial loading.
I am willing to provide a PR for this problem.
The text was updated successfully, but these errors were encountered: