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

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!

Results 49 react-form-builder issues
Sort by recently updated
recently updated
newest added

My requirement is that when the user enters number in NumberInput, as many time the text box should be enable as below as NumberInput box in ReactFormGenerator . How can...

getting error on read only check - Form element Edit ![image](https://github.com/Kiho/react-form-builder/assets/161716536/57998e9f-a31e-49db-8f22-c1f922a98a27)

How to dynamically change the answer_data? As in I built a form and I want to update certain inputs based on other inputs and using the onChange prop in the...

If onChange prop is added to the reactFormGenerator component, no trailing space is allowed which means if a user wants to input 2 or more words he will have to...

what if i am using existing components like file upload and camera where to handled those file i am using API build with laravel. I am confused about how to...

I have shown 3 buttons inside submitButton container. Below is the code for the same: ``` Approve onClick('reject')} > Reject } /> ``` On click of Approve/Reject button I want...

In my typescript project, I'm not able to pass `data` to FormBuilder. I get `data.ForEach` is not a function error. But, I noticed it works on fine on normal JS...

Can I have the full list of standard components (in json form) of the toolbar. So that I could use some of those for my customized toolbar. Here is the...

We are unable to utilize the react-form-builder2 library due to this error. Would it be possible to upgrade the library or host it on a different platform? Attaching the error...

- What is the shape of `initial.json` and `form.json` ```javascript ``` - How can I utilize the Dropzone area within FormBuilder to display a default element, such as a Text...