Closed zenzjtech closed 3 years ago
I have tried to set action={null}, or leaving it empty, but to no avail. Is this possible to achieve this?
action={null}
@zenzjtech If you want to do the download not automatically but with a button, this prop will work for you.
<RUG ... autoUpload={false} />
Yes it works!
I have tried to set
action={null}
, or leaving it empty, but to no avail. Is this possible to achieve this?