cern-sis / react-formule

User-friendly, extensible form builder for React based on JSON Schema and RJSF
https://cern-sis.github.io/react-formule/
MIT License
10 stars 4 forks source link

Make dnd optional #17

Open miguelgrc opened 8 months ago

miguelgrc commented 8 months ago

Closes #4

Implements a different method for adding and rearranging fields in case the user does not want the DnD functionality from react-dnd. By default dnd will be active, and it can be deactivated by passing dnd={false} to FormuleContext