I have a screen that has a combobox with a yes/no choice. If the value of the combobox is "Yes", then I want another text control to be visible and required. This is working fine. However, when someone changes the combobox to "No" from Yes, I want the other text control to clear its contents and then hide.
The visible part is working correctly, but I can not get the contents of the text control to clear out when the combobox is changed to No.
For example, I have a combo box of "Is someone else completing the work?". The answer is yes or no. If yes is selected, another control called "Who is completing the work" appears. When someone goes back and changes "Is someone else completing the work?" to a No, I want the other text control to clear because the last saved response is no longer valid and the text control should be blank.
Any suggestions?