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

Don't change progress bar status if noProgressBar is true #142

Open callumfairbairn opened 1 year ago

callumfairbairn commented 1 year ago

Add an option to disable the progress bar.

This should fix this issue which seems to have been re-introduced.