How can I remove the content of an element when is not relevant?
问题 If I have a radio button with three options A, B, C and I have an input field that the relevancy depends on if the radio button has the value A. Then: If I select the value A in the radio button, the input field is visible and I can add a value. BUT when I change the radio button to B, the Input field is hidden but the value is still there (if I select A again, I can see the value) Is it possible to remove the value by an event? 回答1: The simplest is to reset the value with a calculate , which