Expand description
Material select widget.
iced’s built-in pick list opens the menu on whichever side of the field has more vertical space. Material selects should prefer opening below the field when the menu fits there, so this widget keeps the iced pick list behavior while adjusting the overlay anchor before handing off to iced’s menu overlay.
Structs§
- Select
- A Material select field.
Functions§
- outlined
- Creates a Material outlined select field.