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

props to add the input element #123

Closed hussamkhatib closed 2 years ago

hussamkhatib commented 2 years ago

I am adding the CSVReader component in a form element and want to pass an required attribute to the input tag via props.

Bunlong commented 2 years ago

@hussamkhatib

We got it. We will add required attribute in the next version.

hussamkhatib commented 2 years ago

Hey @Bunlong, Can you assign this to me? I would like to finish this up.

Bunlong commented 2 years ago

Hi @hussamkhatib

Please Fork and make a Pull request. Thanks!