stackworx / formik-mui

Bindings for using Formik with Material-UI

Home Page:https://stackworx.github.io/formik-mui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToggleButtonGroup should disable while submitting

dylmye opened this issue Β· comments

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 :)

image