Skip to content

Commit b514dab

Browse files
jeripeierSBBandrewseguin
authored andcommitted
docs(material/autocomplete): fix aria-label docs (#21941)
Fix aria label comment which was introduced with #20892 (cherry picked from commit 71f8386)
1 parent 6024811 commit b514dab

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)