Module slack_blocks::elems::select[][src]

Expand description

Select Menu Element

A select menu, just as with a standard HTML <select> tag, creates a drop down menu with a list of options for a user to choose.

The select menu also includes type-ahead functionality, where a user can type a part or all of an option string to filter the list.

To use interactive components, you will need to make some changes to prepare your app. Read our guide to enabling interactivity 🔗.

Modules

conversation

Select Conversation List

external

Select menu with external data source

multi

Multi Select Menu Element

public_channel

Public Channel Select

select_kind

Marker structs for whether users can select one or many list items.

static_

Select menu with static options

user

Select menu with user list

Structs

Conversation

Select Conversation List

External

Select menu with external data source

PublicChannel

Public Channel Select

SelectBuilderDeprecated

Select Element Builder

Static

Select menu with static options

User

Select menu with user list

Enums

SelectDeprecated

Select Menu Element