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

Preserve the value assigned to a selection .options attribute #1513

Merged
merged 2 commits into from
Jul 18, 2017

Conversation

jasongrout
Copy link
Member

We also re-architect the code a bit to make the inheritance cleaner.

Fixes #1512

We also re-architect the code a bit to make the inheritance cleaner.

Fixes jupyter-widgets#1512
@jasongrout jasongrout merged commit 587b1b6 into jupyter-widgets:master Jul 18, 2017
@jasongrout jasongrout modified the milestone: 7.0 Jul 18, 2017
jasongrout added a commit to jasongrout/ipywidgets that referenced this pull request Jul 18, 2017
…e sliders.

The following was broken:

from ipywidgets import SelectionRangeSlider
s=SelectionRangeSlider(options=[1])
jasongrout added a commit to jasongrout/ipywidgets that referenced this pull request Jul 18, 2017
…e sliders.

The following was broken:

from ipywidgets import SelectionRangeSlider
s=SelectionRangeSlider(options=[1])
jasongrout added a commit that referenced this pull request Jul 18, 2017
Fix a regression in #1513 with creating selection range sliders.
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 12, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown.options is converted from Tuple[str] -> Tuple[Tuple[str]]?
1 participant