Cascading - Multiselect dropdown values not removing after save for later constellation
How to replicate issue:
- Create a case with a multiselect dropdown - data coming from a DataPage accepting a filter value from another field (cascading Multiselect).
- The user selects any value in the Multiselect. It can be one or more items from the list.
- Click Save for later.
- The user again opens the assignment and updates the value of another dropdown that will update the source of the Multiselect.
- User selects any value in the Multiselect.
Issue: The old values of the Multiselect will come back and gets appended in the Multiselect.
As per analyzing the tracer once the data has been persisted, the persisted data keeps on displaying on the UI. Though we remove it whenever a value changes (e.g another dropdown triggers a refresh of the Form), the persisted data from the server once again is shown in the UI.