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
Allow the control components to accept a Fields type argument, similarly to the how the Formik component does in base Formik. The Fields generic would be a Record that would contain the all the valid fields and corresponding data types. This could then provide auto-completion for the name prop since every field would need to have a name that is a key of Fields.
The text was updated successfully, but these errors were encountered:
Allow the control components to accept a
Fields
type argument, similarly to the how theFormik
component does in base Formik. TheFields
generic would be aRecord
that would contain the all the valid fields and corresponding data types. This could then provide auto-completion for thename
prop since every field would need to have aname
that is a key ofFields
.The text was updated successfully, but these errors were encountered: