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
In the project I require to control the input element e.g. to trigger input file event with some button outside the FileUploader component.
But by passing ref to FileUploader component it doesn't do anything. I think it do not take any prop as ref. So it might be good if we can pass ref to get more control over the input element inside FileUploader component.
If it is there already can anybody please explain how to use that. Thanks
The text was updated successfully, but these errors were encountered:
In the project I require to control the input element e.g. to trigger input file event with some button outside the FileUploader component.
But by passing ref to FileUploader component it doesn't do anything. I think it do not take any prop as ref. So it might be good if we can pass ref to get more control over the input element inside FileUploader component.
If it is there already can anybody please explain how to use that. Thanks
The text was updated successfully, but these errors were encountered: