I have 2 drop down like below and its arrange datasource:
JobType (dropdown) - item is as below
["MINOR-REPAIR","MAJOR-REPAIR","SERVICE","INSPECTION"]
Job-Category (Dropdown) - item is as below :
["SERVICE-A-(500 HRS SVC)","SERVICE-B-(1000 HRS SVC)","SERVICE-C-(500 HRS SVC)","SERVICE-D-(2000 HRS SVC)","ENGINE","FUEL SYSTEM"]
When the user want to enter into new form, the last selection of the dropdown remains, as shown in the image, it can be noted that in the new form, the first row of the datasource is not same.
I want to make reset for the dropdown field when the new form is opened.
Please advise