From c6d30cdce4eb1d3ba66721f2275c0dc8aa4ad6b5 Mon Sep 17 00:00:00 2001
From: Darpan Kumar
class
mat-form-field-type-example-tel-input
.
controlType = 'example-tel-input';
-
+ autofilled
+ 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;
+
+
+ userAriaDescribedBy
+ 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';
+
+
setDescribedByIds(ids: string[])