react-form-builder
react-form-builder copied to clipboard
Missing data props in FormBuilderProps and error in FormBuilderPostData
- As shown in example (https://www.npmjs.com/package/react-form-builder2), it is possible to provide pre-built data to form builder, but the data prop is missing in FormBuilderProps
- For the FormBuilderPostData, the problem is data that element and childItems fields are incorrect, I just generated a form data from builder, saved it in my const, added FormBuilderPostData type and errors like these
Can you try 'Header Text' instead of 'Header'?
Can you try 'Header Text' instead of 'Header'?
Yes, but then it throws duplicates of this error message