Input select vertical possible?

Hi,

is there a way to show in a card the input select options in a vertical way as opposed to horizontal lines
like in this example:

If you mean you want to stack them side by side use a horizontal stack.

yes, but when i use the vertical stack with the glance card i don’t get the drop down options

which is what i am after

Use the horizontal stack with entities cards.

Can you give me an example as I cannot get is to work, thanks very much

type: horizontal-stack
cards:
  - type: entities
    entities:
      - input_select.one
  - type: entities
    entities:
      - input_select.two
  - type: entities
    entities:
      - input_select.three

Thanks very much!