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

IntSlider value should start at the start keyword value not 0 #661

Closed
ahuang11 opened this issue Sep 25, 2019 · 1 comment
Closed

IntSlider value should start at the start keyword value not 0 #661

ahuang11 opened this issue Sep 25, 2019 · 1 comment
Labels

Comments

@ahuang11
Copy link
Contributor

import panel as pn
pn.extension()

pn.widgets.IntSlider(start=1, end=5)

image

@ahuang11 ahuang11 added the TRIAGE Default label for untriaged issues label Sep 25, 2019
@philippjfr philippjfr added good first issue Good for newcomers type: bug and removed TRIAGE Default label for untriaged issues labels Sep 25, 2019
maxibor added a commit to maxibor/panel that referenced this issue Oct 12, 2019
@maxibor
Copy link
Contributor

maxibor commented Oct 12, 2019

PR #689 should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants