ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Python 3.14.5
panel==1.9.3
Description of expected behavior and the observed behavior
"color" input to FileDownload doesn't do anything. This is the case in my code, as well as the website's Component Gallery
Complete, minimal, self-contained example code that reproduces the issue
pn.Row(
*(pn.Column(*(pn.widgets.FileDownload(color=p, variant=bs) for p in pn.widgets.FileDownload.param.color.objects))
for bs in pn.widgets.FileDownload.param.variant.objects)
)
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Description of expected behavior and the observed behavior
"color" input to FileDownload doesn't do anything. This is the case in my code, as well as the website's Component Gallery
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action