Kiho / react-form-builder

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!
MIT License
473 stars 351 forks source link

Solution: drag two-columns-row to two-columns-row (or one custom element as table) ? #278

Open trantrongbinh opened 1 year ago

trantrongbinh commented 1 year ago

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) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

can you help me with the solution? would like to thank.

Kiho commented 1 year ago

I don't think it is technically possible to make nested multicolumn row. maybe you can try css to make single component to have 2 rows.