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

[QUESTION] #67

Open lluisemper opened 4 years ago

lluisemper commented 4 years ago

Is it posible to change dropFileRemoveButton: { height: 23, position: 'absolute', right: 6, top: 6, width: 23, } in CSVReader (Drag to Upload) Style. It is not included in the wiki and I was wondering if I could modify the dropFileRemoveButton. Kind Regards Lluis

Bunlong commented 4 years ago

@lluisemper You can't modify the dropFileRemove style at the moment. If you want this feature we will work on it. Thanks!