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
@MoxxNull We actually already support objects in options, so there's no need for a second ngValue property (core only has this to avoid breaking people using the native value). See plunker here:
Bug, feature request, or proposal:
Request
What is the expected behavior?
Support [ngValue] for binding to Objects (not just strings)
What is the current behavior?
[ngValue] is not supported in md-option / md-select as it is on plain items
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
It makes life a loooot easier :), and as it is supported by standard-option items , md-select should support it aswell.
Which versions of Angular, Material, OS, browsers are affected?
Angular 4.0.0 / Mat 2.0.0-beta.3
Is there anything else we should know?
Keep up the good work!
The text was updated successfully, but these errors were encountered: