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

Can set FloatSlider values beyond start/end #6963

Open
ahuang11 opened this issue Jul 9, 2024 · 0 comments · May be fixed by #6982
Open

Can set FloatSlider values beyond start/end #6963

ahuang11 opened this issue Jul 9, 2024 · 0 comments · May be fixed by #6982

Comments

@ahuang11
Copy link
Contributor

ahuang11 commented Jul 9, 2024

import panel as pn

pn.extension()
mag_slider = pn.widgets.FloatSlider(name='Minimum Magnitude', start=0, end=9, value=6)
mag_slider
mag_slider.value
mag_slider.value = 100  # should error?
@ahuang11 ahuang11 added TRIAGE Default label for untriaged issues type: bug and removed TRIAGE Default label for untriaged issues labels Jul 9, 2024
@MarcSkovMadsen MarcSkovMadsen linked a pull request Jul 14, 2024 that will close this issue
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