Selection Menus: Allow option resubmission #3767
Unanswered
sandro628
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I integrate selection menus into more facets of the bots I develop, I've noticed that their current behavior has become a hindrance for what I assume are relatively common use cases.
I propose that they send a select interaction even if the user has already selected the respective option (alternatively, send a "deselect" interaction instead).
An example use case is role selection or any other case where the options of a selection menu are treated as toggles.
Additionally, while the state of selection menus are local and temporary, they still persist enough where reselecting an option an hour later, for example, is a bit of a hassle— requiring the user to select a different option just to be able to go back and select the intended option.
Beta Was this translation helpful? Give feedback.
All reactions