In a form, Suppose I have 3 values in my dropdown- A,B,C. I have chosen A and filled the remaining text boxes accordingly, but I want to change the dropdown value to B. On changing i want the remaining values of the boxes to be empty so I can fill them again. How can I achieve this?
Discussion posts and replies are publicly visible
Inside a!save, you can compare the save!value with the actual where this value will be saved and if it is different, then set the textFields to null!
On choosing the different value just save all the other form values to null in "saveInto" field with the help of a!save() function.