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

DiscreteSlider label not updated in ReactiveHTML layout #2709

Closed
xavArtley opened this issue Sep 3, 2021 · 1 comment
Closed

DiscreteSlider label not updated in ReactiveHTML layout #2709

xavArtley opened this issue Sep 3, 2021 · 1 comment
Milestone

Comments

@xavArtley
Copy link
Collaborator

Hello,
DiscreteSlider label is not updated in ReactiveHTML layout

class CustomLayout(pn.reactive.ReactiveHTML):
    
    elem = param.Parameter()
    
    _template = """
        <div id="custom">${elem}</div>
    """
slider = pn.widgets.DiscreteSlider(value=1, options=[1,2,3])
pn.Row(CustomLayout(elem=slider),  slider)

ds_bug

@xavArtley xavArtley added the TRIAGE Default label for untriaged issues label Sep 3, 2021
@MarcSkovMadsen MarcSkovMadsen added type: bug and removed TRIAGE Default label for untriaged issues labels Sep 3, 2021
@MarcSkovMadsen MarcSkovMadsen added this to the 0.12.2 milestone Sep 3, 2021
@philippjfr philippjfr modified the milestones: 0.12.2, v0.12.x Sep 20, 2021
@philippjfr philippjfr modified the milestones: v0.12.x, v0.13.0 Jan 3, 2022
@philippjfr philippjfr modified the milestones: v0.13.0, next Mar 28, 2022
@philippjfr
Copy link
Member

Fixed by #3278. Note that the example above still doesn't work because of #552

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

No branches or pull requests

3 participants