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 facing an issue with the new FileDownload widget which I believe to be a bug, unless I'm doing a bad utilization of it. For info, I'm using Panel version 0.10.2.
Upon calling enable_button on log_download1 (FileDownload widget), the button won't get enabled when i == 3. Making the same for log_download2 (Button widget) works as expected: the button is created disabled and it gets enabled if a given condition is met. It is unfortunate if the same behavior can't be obtained using FileDownload since in my use case, I need to make the download available only when a given flag is found in a log file.
Hope it helps.
Thanks in advance,
Hugo
The text was updated successfully, but these errors were encountered:
I experienced similar issue with panel 0.9.7. It seems that the button gets enabled (at least in a sense that its disabled values is set to False), although this change is not visible. See gif below:
Dear Panel team,
I'm facing an issue with the new FileDownload widget which I believe to be a bug, unless I'm doing a bad utilization of it. For info, I'm using Panel version 0.10.2.
Consider the following MWE:
Upon calling enable_button on
log_download1
(FileDownload widget), the button won't get enabled wheni == 3
. Making the same forlog_download2
(Button widget) works as expected: the button is created disabled and it gets enabled if a given condition is met. It is unfortunate if the same behavior can't be obtained using FileDownload since in my use case, I need to make the download available only when a given flag is found in a log file.Hope it helps.
Thanks in advance,
Hugo
The text was updated successfully, but these errors were encountered: