kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

Dropdown (input_select) truncated by card with no way to scroll #96

Closed kylepyke closed 3 months ago

kylepyke commented 1 year ago

Thanks for all of your work on this! I'm using an input_select dropdown, but the options are chopped off at the bottom of the card. Perhaps this is a limit of HA, but is there a workaround to scroll the through the list? See attached picture for example.

Screen Shot 2023-03-16 at 1 58 34 AM
ildar170975 commented 1 year ago

Seems the tabbed-card does not have any own clipping: image

type: custom:mod-card
card:
  type: custom:tabbed-card
  tabs:
    - card:
        type: entities
        entities:
          - input_select.fan_kitchen_speed
      attributes:
        label: label 1
    - card:
        type: entities
        entities:
          - sun.sun
      attributes:
        label: label 2

Check other cards you use on the tab.

kinghat commented 9 months ago

Thanks for all of your work on this! I'm using an input_select dropdown, but the options are chopped off at the bottom of the card. Perhaps this is a limit of HA, but is there a workaround to scroll the through the list? See attached picture for example. Screen Shot 2023-03-16 at 1 58 34 AM

is this still an issue for you? if so, can you post your card config please?

ildar170975 commented 3 months ago

Guess OP is using a custom:stack-in-card inside a tab.