react-form-generator
react-form-generator copied to clipboard
drag and drop not working in Firefox browser
drag and drop not working in Firefox browser #1 Any Solution for this issue?
drag and drop not working in Firefox browser #1 Any Solution for this issue?
Code is using event.path which is not a standard. Use instead event.composedPath().
Replace all event.path with event.composedPath() in the file located in thw following path of your installation: /react-form-creator/dist/index.js Or download index.js from the following location and replace it in your installation: https://github.com/jelizondo-dse/react-form-generator/tree/master/src