react-material-ui-form
react-material-ui-form copied to clipboard
The MaterialUIForm doesn't see children if they're wrapped in a <Grid />
Hello,
I'm building a for that's wrapped in material-ui Grid elements. Unfortunately, I can't seem to combine it with your form, because it simply doesn't see the input children.
I checked the source code really fast - from what I've seen, you only check children 1 level down? Since the grid elements are wrapped in at least 2 containers (Grid container and grid item), maybe that's where the issue lies?
I guess I'm not the only one using grids in my forms. It would be very helpful if you solved this issue.
Hi @DJanoskova ,
Thanks for bringing into my notice. I'll get back to you on this ASAP.
Hi @DJanoskova , I know it's very late response could you please provide me code snippet which you are trying.