Tags: jkhaui/react-dropzone
Tags
fix: set {isDragActive} on drag enter and close react-dropzone#819
fix: remove check for multiple attr support and close react-dropzone#811
fix: cache effect for setting the ref and close react-dropzone#806
feat: add {noClick}, {noKeyboard}, {noDrag} and {noDragEventsBubbling}
- use `{noClick}` to disable click to open file dialog
- use `{noKeyboard}` to disable SPACE/ENTER to open file dialog and focus/blur state
- use `{noDrag}` to disable drag events on the dropzone
- use `{noDragEventsBubbling}` to stop drag events from propagating to parents
- close react-dropzone#783
PreviousNext