diff --git a/docs-content/guides/creating-a-custom-form-field-control.html b/docs-content/guides/creating-a-custom-form-field-control.html index adca7ddd53..ec1d3739be 100755 --- a/docs-content/guides/creating-a-custom-form-field-control.html +++ b/docs-content/guides/creating-a-custom-form-field-control.html @@ -364,7 +364,25 @@ +

This property allows us to specify Whether the input is currently in an autofilled state. + If set true it will add mat-form-field-autofilled class to the <mat-form-field>, + If property is not present on the control it is assumed to be false. +

autofilled = true | false;
+  
+ + +

This property allows us to specify the Value + of aria-describedby that should be merged with the described-by ids which are set by the form-field. +

userAriaDescribedBy = 'id' | 'space-separated list of element ids';
+  
+