Skip to content
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

Dropdown element appears below other elements #101

Open
brasofilo opened this issue Jan 31, 2023 · 0 comments
Open

Dropdown element appears below other elements #101

brasofilo opened this issue Jan 31, 2023 · 0 comments

Comments

@brasofilo
Copy link

Hi Thomas, thanks for the nice add on!

I've found an issue using Mushroom Select Card inside an state switch.

The dropdown goes to the back of the other elements making it unusable:

image

My code for the card is as follows, it doesn't have an off state:

  - type: custom:state-switch
    entity: input_boolean.boiler_automation
    states:
      'on':
        type: custom:mushroom-select-card
        entity: input_select.boiler_auto_time
        layout: horizontal
        primary_info: none
        secondary_info: none
        icon: mdi:clock-time-nine-outline

I tried adding the off state and changing every possible setting but without results.
The dropdown card works ok outside of the state-switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant