Hello,
I have a combo box with values.
I would like to create a button that by clicking it will clear the selection.
I tried to use:
wdContext.node<NodeName>().clearSelection();
But it doesn't clear the combo box. So how do I do it?