Hi everyone, I am having a problem with a page that has two Radio buttons, a Select and a TextInput. I need the Select or the TextInput to be disabled depending on the Radio that has been clicked. What is the best way to do it? I do not find an event dispatched by the Radio allowing me to update the "disabled" property of the select and textInput from my java code.
Thanks in advance! Leandro