Kiho Chang
Kiho Chang
This project is very old, I did not make everything work but update D&D work with react-dnd and react v16 here https://github.com/Kiho/react-form-builder
It's too good to be gone, at least I update this lib to React 16 https://github.com/Kiho/react-form-builder
@activescott I hope I have enough time to fix all the issues, but don't have that... for now Btw, if you still have interest with TypeScript & Svelte then check...
@isab I can't know exact reason without your code sample. and I never try to use react in umd, so I am not sure what is necessary here. Anyway I...
@romelako I do not have NPM repo for this project, and never try to use this as lib source to other project yet. It works fine if you do npm...
@sgolla-rp I added function to save form data with simple api server in-memory. You just need to do `npm run serve:api` parallel with `npm start`. cc @romelako, @isab
Actually you don't need 5005, you can do this ``` ``` I don't know what is your problem with remote server, you may need to play with Nginx.
@drehimself Check this branch out https://github.com/Kiho/react-form-builder/tree/drag, I implement basic function to drag item from toolbox. It's not perfect but should be a good starting point.
@drehimself Thanks for the suggestion, I will open it up in near future, I am really busy these days at my main job.
You can build json with keys extract from this function - https://github.com/Kiho/react-form-builder/blob/master/src/toolbar.jsx#L95