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 b514dab commit ba59222Copy full SHA for ba59222
src/material/select/select.ts
@@ -413,7 +413,7 @@ export abstract class _MatSelectBase<C> extends _MatSelectMixinBase implements A
413
}
414
private _value: any;
415
416
- /** Aria label of the select. If not specified, the placeholder will be used as label. */
+ /** Aria label of the select. */
417
@Input('aria-label') ariaLabel: string = '';
418
419
/** Input that can be used to specify the `aria-labelledby` attribute. */
0 commit comments