Constellation, How to manage dependency one multiselect to another multiselect control?
My Team has a requirement about dependent on Multi-select control, the selection of control values A should be passed to Contol B. We have implemented this by force refresh on Control A once we select a few values and could pass to Control B as csv string. Here Control B values are based on Control A (some thing like Categories and SubCategories)
Now the problem is Once we select Values in Control B, there is a chance that we can go back and remove its parent value from Control A which can look like it's a breaking functionality.