Skip to main content
1-Visitor
May 7, 2019
Solved

Auto select first row of combo box

  • May 7, 2019
  • 5 replies
  • 2477 views

 Hi,

How can I auto select the first row of combo box data. I am able to auto select the first row when I change the type to Drop down but I wanted to perform the auto selection of first row in Combo box, How can I do that?

 

Thanks,

Shalini V.

Best answer by PaiChung

ah that is unfortunate, what you are saying is that even though it is selected, it isn't switching as the visible entry.

Not too sure how to get past that issue.

5 replies

22-Sapphire I
May 8, 2019

You can add a hidden list widget and tie the same datasource to it, and have it set to autoselect first row

all other widgets with the same datasource should follow suit

1-Visitor
May 8, 2019

Hi @PaiChung ,

I actually wanted to display the auto selected row in my combo box like it appears in the drop down.

 

Thanks,

Shalini V.

22-Sapphire I
May 9, 2019

Correct, but since that doesn't support autoselect first row, you can add another widget that does support it, but make it invisible and do autoselect first row on that.

Since both will be tied to the same data source, both widgets will be in sync with each other this way you can have the row selected on a widget that doesn't support it.