Ok, thanks Malcolm. Yes, you were correct about using the rawValue
property to reset the selected value of the dropdown.Why I got so
confused is because all my scripting, including trying to reset the
newly selected value, was done in the Change event of the dropdown. The
rawValue property 'appears' to behave differently here I think because
of the order of the events, where it holds the original value through
the whole selection process. So essentially, the rawValue during the
Change event does...