Skip to content

FileDownload color input not functional #8653

Description

@moali200

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

Image
  • I may be interested in making a pull request to address this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions