This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ui-select in shadow dom #1961
Open
Description
Hello! Thank you for amazing ui-select!
My issue is about ui-select and web-components (shadow dom mainly) compatibility
I created a plunkr, please checkout http://plnkr.co/edit/MLuigB0fjGIm15RjoE65?p=preview
(works in chrome only)
It wraps angular app with ui select in web component.
I discovered that it works until i add shadow dom !
Please, take a look at line 51 in my-component.html
If you uncomment it, ui-select will break.
and when clicked Error: [ui.select:choices] Expected multiple .ui-select-choices-row but got '0'.
Is it possible to fix ui select for usage in web components?