Select box, check for no selection

I have rows that need to be configured in a shopping cart, and I need to figure out how to see if a selection has been made for that select box. The aaname contains everything in the select box, so I was thinking I could use a element.Get(attribute) to see if it has no entry selected.

I opened up UiExplorer and in the property explorer pane, the innertext contains all the options, so does outer text. Innerhtml shows the </… and that is where no option has been selected.

There is also a property… “selecteditems” and it contains { } an empty array I guess…

How can I see if there is anything selected or not. Any ideas?

i guess a simple get text should do the trick.

It never works except for when I least expect it to! It did fix the issue. Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.