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
FormikRadioButtonGroupField does not have a "disabled" state.
Even after I have set disabled={true} you can still change the radio buttons.
While writing this bug, I realized you could disable the individual radiobuttons, but it would be ideal to be able to disable the entire component by just having a "top level" disabled as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
FormikRadioButtonGroupField does not have a "disabled" state.
Even after I have set
disabled={true}
you can still change the radio buttons.While writing this bug, I realized you could disable the individual radiobuttons, but it would be ideal to be able to disable the entire component by just having a "top level" disabled as well.
The text was updated successfully, but these errors were encountered: