Hello,
Do you know if it is possible to change the label of a Textfield dinamically?
I thougt that it would be possible with javascript with something like :
this.label = "New value";
but it does not work.
Could you help me?
Thank you very much.