grace_ca
4 years agoOccasional Contributor
check an item exists in the dropdown list
Our application has a combobox that has a list of items. The applicate works like this: If the item has already added it won't show in the dropdown list. I need to check if the item exists before ...
- 4 years ago
I think I found solution by using the itemcount to loop through and check the combobox object's "options" tag.