react-form-builder
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!
Encountring following error: "Uncaught ReferenceError: global is not defined at node_modules/draft-js/node_modules/fbjs/lib/setImmediate.js"
Hello, The most common use of conditional logic is to show or hide fields depending on a user’s selection. Can you explain how can I use conditional logic with [react-form-builder]?...
Can the icon of toolbar be customizable ? For example, use icon from antd rather than fontawesome icon.
Using this: import { ReactFormBuilder } from 'react-form-builder2'; import 'react-form-builder2/dist/app.css'; The space between drop zone and toolbar is massive white-space, and the toolbar is filling the width of the page...
hi, thank you for this awesome repo. I want to drag two-columns-row to two-columns-row but got an error: ``` React.createElement: type is invalid -- expected a string (for built-in components)...
Hi, the Signature form element clears when the browser is resized. I searched on the web & think it's probably due to the default behaviours for Canvas elements, and this...
We want to build form with table is there any chance to add table element so that we can make table like this, 
Hello thank u so much for helping in recent issue #263. Now, I want to add checkbox or radio button in edit drawer in range element below or above same...
when i edit the label of any input field. I underlined the label and than close the edit-form. but when i again open edit form the label is not underline....
Below is my code ``` const x = Math.random() console.log('--0--', x) const toolItems = useMemo( () => [ { key: 'Header' }, { key: 'Paragraph' }, { key: 'Dropdown' },...