Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
363 stars 60 forks source link

Add optional required prop for input file #137

Closed hussamkhatib closed 2 years ago

hussamkhatib commented 2 years ago

fixes #123

Note: The below error appears if the form is submitted without uploading the file. This happens because the input element is not visible visually. (<input ... style="display :none"/>) image Also check this issue from SO