lovelace-layout-card icon indicating copy to clipboard operation
lovelace-layout-card copied to clipboard

Input select will not open over stack-in-card

Open matejdro opened this issue 2 years ago • 1 comments

My Home Assistant version: 2022.3.3 (started happening with the recent "material components update")

Layout-card version: 466df9c

What I am doing:

I want to display input select inside stack-in-card

What I expected to happen:

I expect input select to open as an overlay over everything:

image

What happened instead:

input select will open inside stack-in-card, causing it to scroll

Peek 2022-03-13 08-10

Minimal steps to reproduce:

  1. Create input_select with several options
  2. Display following yaml in lovelace:
type: custom:stack-in-card
mode: vertical
keep:
  margin: true
  outer_padding: true
cards:
  - type: markdown
    content: >
      # Test
  - type: entities
    entities:
      - entity: input_select.media_mode

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

  • [X] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • [X] Have made sure I am using the latest version of the plugin.
  • [X] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • [X] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

matejdro avatar Mar 13 '22 07:03 matejdro

I have exactly the same problem, in exactly the same scenario (TV/AV remote)

relaystar avatar Mar 13 '22 21:03 relaystar

Doh, wrong project. The issue is in stack-in-card while this is layout card.

See https://github.com/custom-cards/stack-in-card/issues/40 for proper issue and workaround

matejdro avatar Oct 04 '23 12:10 matejdro