Skip to content

Commit fbf58f8

Browse files
authored
docs(material/select): remove placeholder fallback from aria-label docs (angular#21942)
The fallback seems to have been removed with angular#20082
1 parent 71f8386 commit fbf58f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/select/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export abstract class _MatSelectBase<C> extends _MatSelectMixinBase implements A
413413
}
414414
private _value: any;
415415

416-
/** Aria label of the select. If not specified, the placeholder will be used as label. */
416+
/** Aria label of the select. */
417417
@Input('aria-label') ariaLabel: string = '';
418418

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

0 commit comments

Comments
 (0)