react-mdl
react-mdl copied to clipboard
Why does RadioGroup component only accepts Radio as children ?
I understand that is good to ensure that the RadioGroup only have Radios as children.
However, what if I want to have other inputs between the Radios, like a datepicker, a combobox, or a entire form.
Currently, it will fail, because the RadioGroup is attaching custom props to every child. This would need to be redesigned to allow other child types.