Demo: CodePen
Steps to reproduce:
- Open sample and notice TagBox has an assigned value based on its current DataSource
- Click Button which assigns another DataSource to the TagBox.
Expected results:
- Value / Selected items which are not in the newly assigned dataSource should not be set anymore
Current results:
- Value / Selected items remain selected even if they are not in the current dataSource