You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`disabled`| boolean | Represents the value of the FormControl's `disabled` prop. |
91
-
|`error`| boolean | Represents the value of the Form Control component's `error` prop. Note that it is not calculated automatically (i.e. it's not set when `required: true` and `value: ''`). |
92
-
|`filled`| boolean | Set to `true` if `value` is not empty. |
93
-
|`focused`| boolean | Set to `true` if the wrapped input has received focus. |
94
-
|`required`| boolean | Represents the value of the Form Control component's `required` prop. |
95
-
|`value`| unknown | The current value of the form control. |
96
-
97
-
The following callbacks are also part of the returned object—they are meant to be used when creating custom inputs:
0 commit comments