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
I'm trying to use the FileDownload Widget in my application. Depending on the state of the application there might be a file to download or not. If there currently is nothing to download I would like to disable the FileDownload Widget.
My Pain
I'm trying to use the FileDownload Widget in my application. Depending on the state of the application there might be a file to download or not. If there currently is nothing to download I would like to disable the FileDownload Widget.
As far as I can see this is not possible according to the documentation at https://panel.holoviz.org/reference/widgets/FileDownload.html. I've also tried instantiating the FileDownload Widget with
disabled=True
and this does not work.Solution
Add
disabled
parameter to FileDownload and implement the associated functionality.The text was updated successfully, but these errors were encountered: