Summary π‘
Many fields are disabled when form.isSubmitting, or when disabled prop is true, but ToggleButtonGroup isn't. It would be convienent to do the same for this component.
Motivation π¦
I have a form with a number of different formik-mui components, and ToggleButtonGroup is the only one that isn't disabled while submitting :)

Summary π‘
Many fields are disabled when form.isSubmitting, or when
disabledprop istrue, but ToggleButtonGroup isn't. It would be convienent to do the same for this component.Motivation π¦
I have a form with a number of different
formik-muicomponents, and ToggleButtonGroup is the only one that isn't disabled while submitting :)