Reset
Content
I have selectOneChoice that has placeholder ( Select ) and it is tied to $page.variables.selectOneFirstNameVariable
Now I also have a Reset button.
Idea is user select FirstName ( e.g Joe ) from drop down and click Search button. When user clicks Reset button the drop down should reset to place holder Select.
How can this happen ? On Reset click I am having Event and I am using assign activity in chain and assign null ( or Select or "") to $page.variables.selectOneFirstNameVariable but selectOne is just not resetting.
i also called "call Component Method" and used Refresh or Reset but that did not reset the selectOneChoice either.
0