Add a description to modals #4607
-
Modals are really good for getting user input, but right now they don't give much towards explaining to the user what the modal does / will do. Currently the only options for displaying data to the user while they are filling out a modal is the title and the text components, which are fairly limited. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 14 replies
-
Please implement this as priority. |
Beta Was this translation helpful? Give feedback.
-
In addition to the suggestion, I'd like to add that if modals to contain a description, then the components should become optional. Right now, modals can only be for inputting information, but using them as a confirmation of some action is also good UX and is used by some of the built-in features of the Discord client. (A modal will need to have either a description or components or both. If the modal has no components, it is better to change the button label from Submit to Confirm) It would also be cool if the descriptions supported markdown. |
Beta Was this translation helpful? Give feedback.
-
I would like it if it's implemented as component, because if it's component we can do this:
|
Beta Was this translation helpful? Give feedback.
-
Any updates? This would be a really good addition, which would improve UX for my users drastically. |
Beta Was this translation helpful? Give feedback.
-
bump - I really need this! |
Beta Was this translation helpful? Give feedback.
-
It looks like this is now planned Q&A |
Beta Was this translation helpful? Give feedback.
-
I also need this, comment here to receive notification |
Beta Was this translation helpful? Give feedback.
-
Looks like it's now implemented and will be available very soon. Original |
Beta Was this translation helpful? Give feedback.
-
Has there been any news about this being implemented? |
Beta Was this translation helpful? Give feedback.
-
This can now be achieved using one or two components:
A Modal with only TextDisplays is possible too. Read the following changelog entries for more information: |
Beta Was this translation helpful? Give feedback.
This can now be achieved using one or two components:
TextInput
's label and has an optionaldescription
field that shows up belowlabel
.A Modal with only TextDisplays is possible too.
Read the following changelog entries for more information: