How to reset dynamic dropdowns if first level is changed?

0
these are dynamic dropdowns that i have created in my app. Based on the selection of above drop down, the values in the following drop down come.  However, if, say for example, after inputting all the drop downs I change the value in my PGL Area dropdown, then how do i reset all the subsequent dropdowns? They continue to hold the value i previously filled which should not happen.
asked
3 answers
0

Hi Pranav,

you can apply on change events on the drop downs to make the next dropdown empty.

for example, if you make one of the drop down empty, then change the next association and make it empty, and then refresh the object, in order to reflect the new values based on the new selected values.

 

let me know, if you have any issues.

 

hope it helps!

answered
0

Hi Pranav,

you need to refresh objects in order for new values to get rflected

answered
0

Hi Pranav,

Just refresh the objects,

Dropdown-> Events-> onChange 

refresh the object.

answered