practical-react-components
practical-react-components copied to clipboard
FormikRadioButtonGroupField does not have a "disabled" state.
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.