kinghat/tabbed-card

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

Closed this issue · 3 comments

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

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.

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?

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