-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description
We are designing a user-created private VC solution for our server, which includes the ability to invite (add) and kick (remove) users from the VC as the owner desires. If for any reason, the owner needs to invite the same user a second time (such as accidentally kicking the wrong user), they are unable to do so because the selection will not/does not re-send an interaction for the same selected user on repeated selections.
I assume this might be due to selected value caching, but it is definitely annoying and breaks the flow we were designing around.
Steps to Reproduce
- Select user A in a drop-down/user selection component
- Click the ✕ to clear the selection
- Select user A again in the same drop-down/user selection component
Expected Behavior
Another interaction is sent to the bot with user A as the selected value.
Current Behavior
No interaction is sent whatsoever. The only way to sent an interaction for user A again is to select user B, then user A again.
Alternatively, you must click away to another channel and then back to the channel the component is in to be able to re-select the previously selected value.
Screenshots/Videos
Client and System Information
Client:
Stable 432049 (38be209)
Host 1.0.9202 x64 (66976)
Windows 10 64-bit (10.0.19045)
Library: Disqord