Skip to content

Commit ba59222

Browse files
jeripeierSBBandrewseguin
authored andcommitted
docs(material/select): remove placeholder fallback from aria-label docs (#21942)
The fallback seems to have been removed with #20082 (cherry picked from commit fbf58f8)
1 parent b514dab commit ba59222

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)