You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's redraws multiselect because reference between old and new value changed. If on get/set return/set same array with modified content - component will not redraw and dropdown will not be collapsed
The text was updated successfully, but these errors were encountered:
Actual behavior:
When select item in multiselect dropdown list it's redraws component and dropdown collapsed after it
Expected behavior
Same behavior as on materializecss.com. When select item in dropdown it's not collapsed.
Demo link:
https://infomedialtd.github.io/angular2-materialize/#/Forms
Note:
It's redraws multiselect because reference between old and new value changed. If on get/set return/set same array with modified content - component will not redraw and dropdown will not be collapsed
The text was updated successfully, but these errors were encountered: