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 6024811 commit b514dabCopy full SHA for b514dab
src/material/autocomplete/autocomplete.ts
@@ -131,7 +131,7 @@ export abstract class _MatAutocompleteBase extends _MatAutocompleteMixinBase imp
131
/** @docs-private */
132
abstract optionGroups: QueryList<_MatOptgroupBase>;
133
134
- /** Aria label of the select. If not specified, the placeholder will be used as label. */
+ /** Aria label of the autocomplete. */
135
@Input('aria-label') ariaLabel: string;
136
137
/** Input that can be used to specify the `aria-labelledby` attribute. */
0 commit comments