gerhat / material-ui-formik-components

Formik ready material ui components
MIT License
85 stars 13 forks source link

Missing options in RadioGroup #18

Closed JoannaBro closed 4 years ago

JoannaBro commented 4 years ago

I'm testing the RadioGroup component and it works fine, but I had some problems, when I wanted to improve the look. Some props I've already fixed by defining the styles, but not all. Probably I can do it, but it requires a huge effort. From my experiences I had problem with replacing props, which are provided by Material-UI:

Also, I can't change the font size for FormControlLabel component, because it's inherited from Typography component, but I can't access to the mentioned component. The last problem isn't so important. I'll be glad for help with the first three.