Cascading Drop Down

Thank you, @bsuruncle,

We reproduced the issue - the DropDown caches data too aggressively at the moment. We will release a fix for that.

Meanwhile adding this line before StateHasChanged() will serve as a workaround:

phase = phase.ToList();