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
If a MdListOption's has its @Input('selected') value set to true upon initialization, it should be included in the selectedOptions.selected attribute of its enclosing MdSelectionList.
What is the current behavior?
The MdListOption's initial @Input('selected') value is not respected when accessing the selectedOptions.selected attribute of its enclosing MdSelectionList.
An option that has its initial selected value to true is not included in the selectedOptions.selected but when it is subsequently click and thus gets unselected, then it is included in the selectedOptions.selected attribute of its MdSelectionList.