-
-
Notifications
You must be signed in to change notification settings - Fork 506
Rework ComboBox #1311
Copy link
Copy link
Open
0 / 20 of 2 issues completedLabels
enhancementNew feature or requestNew feature or requestw: ComboBoxRelated to the ComboBox widget.Related to the ComboBox widget.
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestw: ComboBoxRelated to the ComboBox widget.Related to the ComboBox widget.
Is your feature request related to a problem? Please describe.
The current implementation of the
ComboBoxdoesn't look good. Initially, it was built as a copy of the Material counterpart.Describe the solution you'd like
I'd like to see the
ComboBoxreworked to use thefluent_uibuilt-inFlyoutimplementation, or potentially evenOverlayPortal. This would bring its appearance and behavior much closer to the actual Windows Fluent design guidelines.Describe alternatives you've considered
The main alternative is keeping the current Material-based implementation, but that defeats the purpose of having a dedicated Fluent UI library.
Additional context
Reworking this component will significantly improve the overall fidelity and feel of the library for users relying on dropdown/combo box inputs.