Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NestedSelect widgets' options do not change on update #7647

Closed
ahuang11 opened this issue Jan 21, 2025 · 0 comments · Fixed by #7649
Closed

NestedSelect widgets' options do not change on update #7647

ahuang11 opened this issue Jan 21, 2025 · 0 comments · Fixed by #7649
Milestone

Comments

@ahuang11
Copy link
Contributor

import panel as pn

pn.extension()
n = pn.widgets.NestedSelect(options={"a": {"b": ["c", "d"]}})
display(n)

n.options = {"c": {"d": ["e", "f"]}}

Image
@ahuang11 ahuang11 added the TRIAGE Default label for untriaged issues label Jan 21, 2025
@ahuang11 ahuang11 changed the title NestedSelect options do not update NestedSelect widgets' options do not change on update Jan 21, 2025
@ahuang11 ahuang11 removed the TRIAGE Default label for untriaged issues label Jan 21, 2025
@philippjfr philippjfr added this to the v1.6.0 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants