Skip to content

Commit 71f8386

Browse files
authored
docs(material/autocomplete): fix aria-label docs (angular#21941)
Fix aria label comment which was introduced with angular#20892
1 parent 1f3f87b commit 71f8386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/autocomplete/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export abstract class _MatAutocompleteBase extends _MatAutocompleteMixinBase imp
131131
/** @docs-private */
132132
abstract optionGroups: QueryList<_MatOptgroupBase>;
133133

134-
/** Aria label of the select. If not specified, the placeholder will be used as label. */
134+
/** Aria label of the autocomplete. */
135135
@Input('aria-label') ariaLabel: string;
136136

137137
/** Input that can be used to specify the `aria-labelledby` attribute. */

0 commit comments

Comments
 (0)