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?