Matched!
; +}; + +const SampleInput: FormTypeFieldRenderer<"input"> = (props) => { + const { value } = useSimpleFormController{props.formProperties.label}
+ +{value}
+{JSON.stringify(data)}
; + }, + }} formComponentsByType={{ string: () =>test
, object: ({ schema, Outlet, fullProperty }) => { @@ -153,19 +191,17 @@ function App() { }, }} formComponentsByFormType={{ - input: (props) => ( -- {props.formProperties.label} -
- -{JSON.stringify(data)}
} + />