nzambello / react-csv-reader

React component that handles csv file input and its parsing
https://nzambello.github.io/react-csv-reader/
MIT License
199 stars 48 forks source link

Add disabled option #30

Closed ilanolkies closed 4 years ago

ilanolkies commented 4 years ago

Hi!

I think a good feature would be adding disabled prop for CSVReader.

It can be used like

<CSVReader onFileLoaded={this.handleUploadFile} disabled={validating} />

Cheers!

nzambello commented 4 years ago

@ilanolkies Released in v2.2.0 👍

ilanolkies commented 4 years ago

Awesome! Thanks. Will be very useful.