Skip to content

Commit 47df973

Browse files
committed
add comment
1 parent 2accec2 commit 47df973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/form-field/form-field-control.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export abstract class MatFormFieldControl<T> {
7575
*/
7676
readonly disableAutomaticLabeling?: boolean;
7777

78+
/** Gets the list of element IDs that currently describe this control. */
7879
readonly describedByIds?: string[];
7980

8081
/** Sets the list of element IDs that currently describe this control. */

0 commit comments

Comments
 (0)