react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

'download_path' property is missing from the interface FormGeneratorProps in index.d.ts

Open goldenpine opened this issue 1 year ago • 0 comments

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.

image

goldenpine avatar Oct 27 '24 06:10 goldenpine