2022.3.X Breaks dropdown
See original GitHub issuemini-media-player uses paper-menu-button
and paper-listbox
with the assumption Home Assistant will load these elements.
https://github.com/kalkih/mini-media-player/blob/master/src/components/dropdown.js#L57
In 2022.3 these elements are no longer part of Home Assistant, so this will no longer work.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:40 (13 by maintainers)
Top Results From Across the Web
Mini-climate card not working right anymore - Frontend
2022.3.X Breaks dropdown. opened 01:11PM - 25 Feb 22 UTC. regevbr. You are using paper-menu-button and paper-listbox with the assumption ...
Read more >Dropdowns - Bootstrap
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown ...
Read more >Google Chrome breaks menu - javascript - Stack Overflow
We currently have a dropdown menu that is broken in Chrome (and ONLY in Chrome). It was working a week ago, and something...
Read more >Use expressions to create drop-down lists in Motion Graphics ...
x = effect("Dropdown Menu Control")("Menu").value; switch (x) { case 1 : "dog"; break; case 2 : "cat"; break; default : "default" } ...
Read more >Dropdown | Foundation for Sites 6 Docs
Dropdown panes are little happy sprites which can be revealed on click or hover. ... <form> <div class="grid-container"> <div class="grid-x grid-margin-x"> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Until I’ve bundled the mwc-elements with the card this fix should do: #616
Beta release here: https://github.com/kalkih/mini-media-player/releases/tag/v1.16.0-beta
Let me know
Fix now also available in latest stable release.