Setting Dependent Custom Lightning Picklist Level2 and Level3 then resetting the Level2 at Lightning component but Level2 Cached Data is Getting Saved
问题 Step 1 In a Salesforce Lightning component I have a scenario with three levels of dependent picklists, first I am setting values for picklist Level1, and Level2, then the user selects the dependent picklist value in Level3 Step 2 When I remove the selection at Level2, automatically Level3 selection also gets erased: Step3 Click Save Here is problem, that value selected in Step 1 is getting saved rather than the reset value in step 2. I have added code to reset values at ui:inputSelectOption