We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug How do I see the data in the File obj... where do you hide it? https://main--6069a6f47f4b9f002171f8e1.chromatic.com/?path=/docs/dcxlibrary-form-multiupload-documentation--docs
Another developer who took over this bit could also not see the array of the multi upload... it comes back as empty?
<MultiUpload label="Label" name="name" acceptedFormats=".doc, .pdf" className="file-upload" error={{ text: Error, className: "govuk-error-message", id: "error-impact-assessment", visuallyHiddenText: { text: "visuallyHiddenText", className: "govuk-visually-hidden", }, }} hint={{ text: "Text", className: "govuk-hint", }} id="impact_assessment" inputProperties={{ className: "govuk-file-upload", }} labelProperties={{ className: "govuk-heading-m", }} multiple onChange={(event) => onChangeHandler("impact-assessment", event)} /> const onChangeHandler = (id, files) => { // don't see all the files? }
The text was updated successfully, but these errors were encountered:
close by #613
Sorry, something went wrong.
Ibabalola
Successfully merging a pull request may close this issue.
Describe the bug
How do I see the data in the File obj... where do you hide it?
https://main--6069a6f47f4b9f002171f8e1.chromatic.com/?path=/docs/dcxlibrary-form-multiupload-documentation--docs
Another developer who took over this bit could also not see the array of the multi upload... it comes back as empty?
The text was updated successfully, but these errors were encountered: