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
365 stars 61 forks source link

How to remove uploaded file #11

Closed ilgincamoglu closed 4 years ago

ilgincamoglu commented 4 years ago

Hi! I am using CSVReader Click and Drag upload. I want to have a functionality to cancel uploaded file. Meaning when I click an another button I want uploaded file to be removed from CSVReader. Is there such functionality? I couldn't find it

Bunlong commented 4 years ago

@ilgincamoglu react-papaparse version 3.0.3 has been released with cancel or remove functionality. Please kindly check. Could we close the issue? Thanks!

ilgincamoglu commented 4 years ago

Yes this is great, thanks!

Bunlong commented 4 years ago

You are welcome. Thank you so much for the feedback and contribution. Thanks!