We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2accec2 commit 47df973Copy full SHA for 47df973
src/material/form-field/form-field-control.ts
@@ -75,6 +75,7 @@ export abstract class MatFormFieldControl<T> {
75
*/
76
readonly disableAutomaticLabeling?: boolean;
77
78
+ /** Gets the list of element IDs that currently describe this control. */
79
readonly describedByIds?: string[];
80
81
/** Sets the list of element IDs that currently describe this control. */
0 commit comments