This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
select(multiple): rendering bug when model array is changed #11952
Labels
needs: demo
A CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue
I was trying to solve a general problem with the
md-select
directive: It is necessary to update the selected value(s) when the array list changes (to avoid remain values that does not exist in this current list).I achieve it within a directive declaration, but I found an important trouble:
When I change selected value(s), the component is not automatically rendered. What do I need to implement for it?
Here is a testing demo.
The text was updated successfully, but these errors were encountered: