Back

SelectMenu

Basic

Pick a country…
United States
United Kingdom
Germany
France
Japan
No results found.

Searchable & Clearable

Type to filter, and click the × to reset the selection.

Vienna
Berlin
Vienna
Zurich
London
Paris
Amsterdam
New York
Tokyo
No results found.

Keyboard Navigation

Focus the trigger and use to navigate, and Enter to select.

Go
TypeScript
Python
Rust
No results found.

States

Free
Pro
No results found.

Please choose a plan.

Europe
Europe
No results found.

Usage

@forms.SelectMenu(forms.SelectMenuProps{
    ID:         "country",
    Name:       "country",
    Label:      "Country",
    Searchable: true,
    Clearable:  true,
    Options: []forms.SelectMenuOption{
        {Value: "de", Label: "Germany"},
        {Value: "fr", Label: "France"},
    },
})