Skip to content

Commit 9120bf9

Browse files
committed
Remove migration note about selection widgets and dictionaries, now that we reverted the change.
Follows up on #3557 to correct the docs
1 parent 1609e12 commit 9120bf9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/source/user_migration_guides.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ that inherit `DOMWidget` have the attribute `tooltip` instead.
4040
Suggested migration: Search and replace `description_tooltip` to `tooltip` when you no longer
4141
need to support ipywidgets 7.
4242

43-
#### Selection Widgets
44-
45-
These widgets include: `ToggleButtons`, `Dropdown`, `RadioButtons`, `Select`, `SelectMultiple` `Selection`, `SelectionSlider`, and `SelectionRangeSlider`.
46-
47-
For these, it is no longer possible to use `dict`s or other mapping types as values for the
48-
`options` trait. Using mapping types in this way has been deprecated since version 7.4, and
49-
will now raise a `TypeError`.
50-
51-
Suggested migration: Instead of using a dict `my_dict` as options, use `my_dict.items()`, which returns the items in `my_dict` as key-value pairs. For example, `Select(options=my_dict.items())`.
52-
5343
#### Description Sanitization
5444

5545
The value of the `description` field of any widget that inherits `DescriptionWidget`

0 commit comments

Comments
 (0)