// @TODO Render this in a shadow root? Could fix any issues with nested form elements.
// @TODO Render this in a shadow root one supported by MUI https://github.com/mui/material-ui/issues/17473
// @TODO figure out how to support omitExtraData and liveOmit with entity reference fields. Global definitions perhaps?
// omitExtraData and liveOmit can not be enabled without defining the entity_reference schema for every entity reference field in every form which is annoying.
ReactDOM.render((
<ThemeProvidertheme={theme}>
@@ -199,11 +241,11 @@ const Form = withTheme(MaterialUITheme);
*/
functioncheckRjsfFormValidity(form){
/**
* This seems to be the cleanest way to force RJSF to validate forms when it doesn't
* correctly capture the submit event like on layout builder ajax forms.
* This seems to be the cleanest way to force RJSF to validate forms when
* it doesn't correctly capture the submit event like on layout builder