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
const[formControlState,// the result of `formControlState()`formControlContext,// the result of `useFormControl()`]=useFormControlState({
props,states: ['color','disabled'],})
(This is internal and does not affect the public useFormControl hook)
The text was updated successfully, but these errors were encountered:
Follow up to #39032 (comment)
In v6 we can make a new utility that simplifies the usage of
formControlState
v5:
v6:
(This is internal and does not affect the public
useFormControl
hook)The text was updated successfully, but these errors were encountered: