File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const liveSettingsSchema = {
2727 validate : {  type : "boolean" ,  title : "Live validation"  } , 
2828 disable : {  type : "boolean" ,  title : "Disable whole form"  } , 
2929 omitExtraData : {  type : "boolean" ,  title : "Omit extra data"  } , 
30+  liveOmit : {  type : "boolean" ,  title : "Live omit"  } , 
3031 } , 
3132} ; 
3233const  cmOptions  =  { 
@@ -334,6 +335,7 @@ class App extends Component {
334335 validate : true , 
335336 disable : false , 
336337 omitExtraData : false , 
338+  liveOmit : false , 
337339 } , 
338340 shareURL : null , 
339341 } ; 
@@ -475,6 +477,7 @@ class App extends Component {
475477 liveValidate = { liveSettings . validate } 
476478 disabled = { liveSettings . disable } 
477479 omitExtraData = { liveSettings . omitExtraData } 
480+  liveOmit = { liveSettings . liveOmit } 
478481 schema = { schema } 
479482 uiSchema = { uiSchema } 
480483 formData = { formData } 
                         You can’t perform that action at this time. 
           
                  
0 commit comments