My stakeholder has a request to remove the currently selected item from the DropDownList control(s) in the application. For example a drop down with [item1, item2, item3, item4] if item2 is selected then the only items in the drop down will be [item1, item3, item4]
Any thoughts on if this is possible and if so how to implement it would really be appreciated.
Thanks in advance.
Using Flash Builder 4 with Flex 4.0 sdk