+
+
+ {label}
+
+
+
+
+
+
+ {getComponentForInput(
+ {
+ description: description,
+ name: `${formatType(selectedInputTypeDefintion)}`,
+ label: '',
+ required: required,
+ typeDefinition: selectedInputTypeDefintion,
+ onChange: handleSubTypeOnChange,
+ value: inputTypeToValueMap[selectedInputType]?.value,
+ error: error,
+ } as InputProps,
+ true,
+ )}
+
+
+