Rendering DropDownCommandInput in TableCommandInput cells

Rendering DropDownCommandInput in TableCommandInput cells

miklos_tothQ
Observer Observer
373 Views
1 Reply
Message 1 of 2

Rendering DropDownCommandInput in TableCommandInput cells

miklos_tothQ
Observer
Observer

Hey,

I'm tiring to put different inputs into a TableCommandInput to achieve some kind of grid layout.

If I use transparentBackgroundTablePresentationStyle then for DropDownCommandInput it is not visible that they are dropdowns:

miklos_tothQ_0-1700749689461.png

only if I hover over it:

miklos_tothQ_1-1700749720789.png

For spinners it works fine, but for dropdowns it is not.


Is there a way to make the DropDownCommandInput more like the spinner?

BR,
Miklós

0 Likes
Reply (1)
Message 2 of 2

j4n.vokurka
Advocate
Advocate

Hello,

unfortunately if you insist on using "transparentBackgroundTablePresentationStyle" there isn't a way to make the dropdown outline visible until you hover over it. I don't know if any other command input has the same problem with this table style but it would seem to me that different color scheme should be used for the dropdown with darker grey so the outline will be visible in every situation and with every style.

 

j4nvokurka_0-1708685336446.png

I use dropdowns in tables as well and I chose "itemBorderTablePresentationStyle" to avoid this issue but I understand that might not be the style you prefer.

0 Likes