-
- Inputs
-
+ {/* Inputs Section */}
+ {hasInputs() && (
+
+
+
+ Inputs
+
+
+
+ handleInputChange(v.formData)}
+ uiSchema={uiSchema}
+ initialValues={{}}
+ formContext={{
+ showHandles: false,
+ size: "large",
+ }}
+ />
+
-
- handleInputChange(v.formData)}
- uiSchema={uiSchema}
- initialValues={{}}
- formContext={{
- showHandles: false,
- size: "large",
- }}
- />
-
-