react-form-builder
react-form-builder copied to clipboard
'download_path' property is missing from the interface FormGeneratorProps in index.d.ts
The property is supposed to be used by 'File Attachment' field. Without it in the interface FormGeneratorProps , there is always a compile error when <ReactFormGenerator> is being used with that property in TypeScript. The error is captured as the below screenshot.