react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Missing data props in FormBuilderProps and error in FormBuilderPostData

Open AnatoliiCubex opened this issue 1 year ago • 2 comments

  1. 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
  2. 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 image image image image

AnatoliiCubex avatar Aug 29 '24 12:08 AnatoliiCubex

Can you try 'Header Text' instead of 'Header'?

Kiho avatar Sep 01 '24 03:09 Kiho

Can you try 'Header Text' instead of 'Header'?

Yes, but then it throws duplicates of this error message image image image

AnatoliiCubex avatar Sep 02 '24 07:09 AnatoliiCubex