aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/select.py
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation on select limitsRapptz2021-08-251-2/+2
|
* Add support for discord.ui.Select.disabledLucas Hardt2021-07-281-1/+21
|
* Show Select.values more prominently in the documentationRapptz2021-07-011-0/+4
|
* [docs] Fix more referencesJosh2021-07-011-2/+2
| | | Co-Authored-By: Riley Shaw <[email protected]>
* Allow passing Emoji in componentsRapptz2021-06-021-6/+4
|
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-311-0/+1
|
* Mention that rows are explicitly 0 indexed.Rapptz2021-05-311-2/+2
|
* Allow assigning Select.options to refresh the select menuRapptz2021-05-301-0/+9
|
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-291-11/+21
| | | | This also renames `group` into `row`
* Default SelectOption.value to the label if not givenRapptz2021-05-281-2/+2
|
* Add support for select componentsRapptz2021-05-281-0/+315