-
Notifications
You must be signed in to change notification settings - Fork 19
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 #66: 2022.3.X Breaks dropdown #67
Conversation
@artem-sedykh I also fixed the positioning, I believe this PR is ready to be merged and would appreciate your CR. 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 2 (as this is a breaking change). Screencast.2022-02-26.20.49.23.mp4 |
I'm actually having trouble in mobile view when this card is way down in the scrolled view- the fixed positioning of the drop downs doesn't take under consideration the scroll position... |
It seems that those issues are resolved in the newest beta version (maybe they were related to the HA frontend) |
To use the fix until it is released, follow the steps I made here |
@regevbr looks like that he is not working any more on that repo... guess he has other issues ... look where he is from.. Moscow RU |
fix #66
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.
After a couple of hours, I managed to get it working, but sadly CSS and positioning stuff is where I'm no longer effective. @artem-sedykh if you can take it from here and sort out the styling it will be awesome :-)