I have a form Field2 (set as combobox, dynamic and postback =true and <allowedfieldvalues>). The values generated in the dropdown for this field is based on Field1 (which is again a dropdown set as dynamic=true and postback=true).
It works fine, but when the user changes Field1 value, Field2 value is preserved until the dropdown button is clicked which then shows the available values correctly based on the changed Field1 value.
Is there a way where if Field1 value changes, Field2 should gets cleared immediately and shown as blank?