Hi,
I am trying to open the widget to upload files, one the options i want to use is direct link.
It works in most places in my web application but there is one place i can’t write inside the input as if it’s disabled. The only difference i can think about is the fact the widget is being opened from another react modal.
But i can’t see anything that disables the input
Thanks for the question. That looks a bit weird at first sight. That would be very helpful if you could share more details on how you open the widget from a React modal or set up a sandbox with your code so that we can check it live.
@nd0ut do you have any idea why the input gets disabled?
hi,
i managed to reproduce it , i couldn’t make the settings in the index.html work
so i added data-public-key=“demopublickey” to the input
in reality we use the config i put under the script in the html
when you click choose a file on the screen the direct link works
when you enter the dialog and choose a file the direct link is not editable