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 8c9a955 commit f72a569Copy full SHA for f72a569
src/material/form-field/form-field.ts
@@ -308,7 +308,7 @@ export class MatFormField
308
// Unique id for the hint label.
309
readonly _hintLabelId = this._idGenerator.getId('mat-mdc-hint-');
310
311
- // Ids obtained from the fields
+ // Ids obtained from the error and hint fields
312
private _describedByIds: string[] | undefined;
313
314
/** Gets the current form field control */
0 commit comments