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 has been archived by the owner on Dec 19, 2024. It is now read-only.
The paper-listbox will not render children (at least paper-item) properly when inserted programmatically and when shady DOM is used.
Expected outcome
To see items (in this case paper-items) in the listbox.
Actual outcome
2 cases, both when shady DOM (It will work properly with shadow DOM):
When trying to us it with paper-dropdown-menu, paper-items are rendered outside the listbox, when clicked on any paper-item they disappear and dropdown isn't working (will not render dropdown list).
When just creating paper-listbox with paper-items, items initially are inserted as a child of the listbox but after clicking on any item they are removed from the DOM.
Description
The
paper-listbox
will not render children (at leastpaper-item
) properly when inserted programmatically and when shady DOM is used.Expected outcome
To see items (in this case
paper-item
s) in the listbox.Actual outcome
2 cases, both when shady DOM (It will work properly with shadow DOM):
When trying to us it with
paper-dropdown-menu
,paper-items
are rendered outside the listbox, when clicked on anypaper-item
they disappear and dropdown isn't working (will not render dropdown list).When just creating
paper-listbox
withpaper-item
s, items initially are inserted as a child of the listbox but after clicking on any item they are removed from the DOM.Live Demo
https://jsbin.com/cuwomew/edit?html,js,output
Steps to reproduce
See demo, it's self explanatory.
Browsers Affected
I only have Chrome so at least it.
The text was updated successfully, but these errors were encountered: