We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileInputField
1 parent dd3d7c8 commit d50e8f2Copy full SHA for d50e8f2
src/components/FileInputField/README.md
@@ -179,7 +179,9 @@ It's possible to disable the whole input.
179
## Handling Files
180
181
Files selected by the user can be handled by providing a custom function to the
182
-`onFilesChanged` prop.
+`onFilesChanged` prop. The `onFilesChanged` function is then called on the
183
+`change` event of the `input` element and on the `drop` event of the root
184
+`div` element.
185
186
```docoff-react-preview
187
<FileInputField
0 commit comments