We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395972c commit aedea8aCopy full SHA for aedea8a
1 file changed
README.md
@@ -56,7 +56,7 @@ import { ReactSpreadsheetImport } from "react-spreadsheet-import";
56
// Called when flow is closed without reaching submit.
57
onClose: () => void
58
// Called after user completes the flow. Provides data array, where data keys matches your field keys.
59
- onSubmit: (data) => void
+ onSubmit: (data, file) => void
60
```
61
62
### Fields
0 commit comments