You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* String Selects can be configured for both single-select and multi-select behavior. When a user finishes making their choice(s) your app receives an interaction.
1924
1924
*
1925
-
* String Selects must be placed inside an Action Row and are only available in messages. An Action Row can contain only one select menu and cannot contain buttons if it has a select menu.
1925
+
* An Action Row can contain only one select menu and cannot contain buttons if it has a select menu.
* Text Input is an interactive component that allows users to enter free-form text responses in modals. It supports both short, single-line inputs and longer, multi-line paragraph inputs.
2101
2117
*
2102
-
* Text Inputs can only be used within modals and must be placed inside a Label.
2118
+
* Text Inputs can only be used within modals.
2103
2119
*
2104
2120
* When defining a text input component, you can set attributes to customize the behavior and appearance of it. However, not all attributes will be returned in the text input interaction payload.
0 commit comments