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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I noticed that the multiple-select significantly slows down performance because it forces the browser to recalculate the layout. On a page with many select elements the impact is huge and blocks the browser for quite a while.
I noticed that the multiple-select significantly slows down performance because it forces the browser to recalculate the layout. On a page with many select elements the impact is huge and blocks the browser for quite a while.
I've compiled a plunker showing this effect:
http://plnkr.co/edit/DpBir51UqvBjR8hZzfsf?p=preview
The calculation is triggered from the
uiSelectMatch
link function:When I comment out these lines the sample code gets rendered 3x faster.

It does not seem to effect functionality. The size of the input does not change. Am I missing something here?
naltatis
The text was updated successfully, but these errors were encountered: