ezysign / react-onedrive-filepicker

React Onedrive sharepoint site file picker
3 stars 0 forks source link

Disable ReactOneDriveFilePicker once a File is picked #4

Open sbmaggarwal opened 2 years ago

sbmaggarwal commented 2 years ago

So I am using ReactOneDriveFilePicker and wrapping a Button inside it.

I want to Disable ReactOneDriveFilePicker once a File is picked. I am using state variables to manage external file link. Even if I disable the button, the overall DOM area remains clickable, and the OneDrive pop-up opens on clicking.

How do I disable this behaviour?

winhtaikaung commented 2 years ago

Hi @sbmaggarwal , sorry for late reply. Can you give me example replication of your scanerio with codesandbox.io? So that I can replicate your issue.

talha-naseeb commented 1 month ago

So I am using ReactOneDriveFilePicker and wrapping a Button inside it.

I want to Disable ReactOneDriveFilePicker once a File is picked. I am using state variables to manage external file link. Even if I disable the button, the overall DOM area remains clickable, and the OneDrive pop-up opens on clicking.

How do I disable this behaviour?

Please tell me how are you able to run this project ?