Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
ExposedDropdownMenu Class Reference

A Material Design 3 text field with an anchored selection menu. More...

Inheritance diagram for ExposedDropdownMenu:

Detailed Description

A Material Design 3 text field with an anchored selection menu.

ExposedDropdownMenu combines a filled or outlined text field with an Expressive, scrollable menu. It supports selection-only and editable input, model roles for rich default options, custom delegates, flat presentation, keyboard interaction, and right-to-left layouts.

MD.ExposedDropdownMenu {
label: qsTr("Country")
textRole: "name"
model: countries
}

For more information see the Material Design 3 menu specification.

Definition at line 27 of file ExposedDropdownMenu.qml.


The documentation for this class was generated from the following file: