-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #79: 2022.3.X Breaks dropdown #80
Conversation
@anhnvme as per your request - I would appreciate it if you can thoroughly test it and let me know if you see any issues. Thanks, |
wow, it's amazing. thank you so much, it's work perfectly ! |
thank you so much |
@anhnvme I'm not sure how the theming works in HA, so I gave it a try and updated the gist with the hot fix, can you use it and let me know if that works? if not I have another option in mind to fix |
Thank you, i just update, but it's not working. Take time, it's not urgent bro |
|
Can you try again - I reverted all changes to CSS so nothing should be harmed |
|
@anhnvme I just made another adjument, do you mind updating it on your end just to make sure everything still works? |
hello, i just update. Everything still working perfectly |
fix: #79
So according to https://developers.home-assistant.io/blog/2022/02/18/paper-elements/ all paper elements are not supported anymore starting 2022.3 and they recommend using mwc components instead. The current behavior is a complete breakdown of the dropdown menus.
The fix is based on my work on artem-sedykh/mini-climate-card#67, but since I don't have a way to test it, I would appreciate the comments from the community.
Need to note that this is probably will not work on previous versions of HA and as such, I added a comment in the readme and updated the version to 3 (as this is a breaking change).
@artem-sedykh if you can take it from here it will be awesome :-)
To use the fix until it is released, follow the steps I made here