Type Alias: Select
type Select:
| UsersSelect
| StaticSelect
| ConversationsSelect
| ChannelsSelect
| ExternalSelect;
Description
Allows users to choose an option from a drop down menu. 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. There are different types of select menu elements that depend on different data sources for their lists of options: StaticSelect, ExternalSelect, UsersSelect, ConversationsSelect, ChannelsSelect.
See
- Select menu element reference.
- This is an interactive component - see our guide to enabling interactivity.