We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c5d17 commit cbdf1a9Copy full SHA for cbdf1a9
src/lib/autocomplete/autocomplete.md
@@ -114,7 +114,7 @@ Then bind it to the autocomplete's `displayWith` property.
114
115
<md-autocomplete #auto="mdAutocomplete" [displayWith]="displayFn">
116
<md-option *ngFor="let option of filteredOptions | async" [value]="option">
117
- {{ option }}
+ {{ option.name }}
118
</md-option>
119
</md-autocomplete>
120
```
0 commit comments