I have a button on my page. When the user clicks the button, the entity selected in a selectbox should be reset/cleared as one of the standard actions associated with the button click.
All the text input fields clear fine on button click, but the selectbox seems to retain the name of the previously selected user entity.
Selectbox qodlysource: accountOwners
Selectbox selected element: selOwner
Text in selectbox: $This.legal_name
Standard action on button click is Clear selOwner.
Am I doing this the right way?