-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Hi Dash team 👋
The new components implementations introduced in dash==4.0.0rc2 are fantastic and we in Vizro are excited to adopt them as soon as they’re officially released in dash==4.0.0.
I’m reposting my earlier comment here for better visibility, since the original ticket is now closed. Also, following @AnnMarieW's suggestion on the Plotly forum, I’m moving the discussion here.
I noticed a couple of small inconsistencies in the updated Dropdown that might be worth checking out:
- I agree with Ghaarsma’s point about the new reordering of selected options for
Dropdown(multi=True). It would be great if this new ordering behaviour were configurable, either opt-in or opt-out. Both approaches would work for us. - When using
Dropdown(multi=True), the "search" field automatically receives focus, but this doesn’t happen with theDropdown(multi=False). Not sure if this is intentional, although it feels a bit inconsistent. - Pressing
Enterkey while an option is focused doesn’t toggle selection, so selecting or deselecting via keyboard isn’t possible.
Metadata
Metadata
Assignees
Labels
No labels