Which is supposed to have a text area that I can clear by pressing the toggle button.
For debug purposes, I display the current command text before and after the calls (in labels).
The weird thing is, that if I enable the emptyToggle button, the labels show that the string is empty, but the text area still has the text!
This means that I am unable to clear the text from a TextArea even if I want to.
Note : If TextArea is changed with TextField it works as expected.
I discovered earlier if that you have to set a name for say the toggle button then set focus to the the toggle then change the text it will allow you to change the text in the TextArea.