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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
feat(formik): add generics to checkbox and radio button groups
The core components for RadioButtonGroup supports a generic to narrow
the values (e.g. using an enum). All Formik components should also
support this, but it was missing from the FormikRadioButtonGroup.
In addition the FormikCheckboxGroupField also supports the same generic
constructions as the base FormikCheckboxGroup.
0 commit comments