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.
This was actually resolved by #1555 I think, but the plunkr's are using an outdated select.js because they were built from a branch that was behind master (#1578) when I merge the next PR it should fix itself. The fix in #1555 isn't currently released. We'll hope to get it out soon.
When using ui-select-choices in its attribute form
<div data-ui-select-choices ...></div>
its freezes the browser with 100% CPU.To reproduce it, just change
<ui-select-choices
to<div data-ui-select-choices ...></div>
in any plunker demo.Angular: 1.5.5
UI-Select: 0.16.1
The text was updated successfully, but these errors were encountered: