You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, clicking on FileField.Dragzone automatically opens the native file picker. While this behavior is convenient in many cases, there are situations where developers may want to disable this.
Describe the solution you'd like
Add a new property such as openFilePickerOnClick.
<DragzoneopenFilePickerOnClick={false}/>
Additional context
If this feature request is accepted, I’d be glad to open a PR to implement it.