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
There is already a max_selections parameter in the spec.
This was already implemented for Element Web. However, the PR matrix-org/matrix-react-sdk#9519 was rejected because it wouldn't be cross platform across all versions of Element.
Some other clients have also already implemented this.
I would be happy to implement this for Element iOS and Element X iOS and I might also take a look at Android. Could someone from the products team please confirm that this would get merged (if my code meets all requirements, etc.)
Your use case
What would you like to do?
Be able to allow multi-select on polls, and see the results sorted by most-selected.
Why would you like to do it?
I want to schedule a meeting, and need to know the most-favourable options. I.e. kind of an in-app doodle.
How would you like to achieve it?
When creating a poll, add an option 'Allow multi-select' (or something – there is probably a better text)
When giving poll answers, the UI should indicate that multiple answers may be given (e.g. by using checkboxes rather than radio buttons).
When viewing poll replies, the UI could largely stay the same, sorting options by most-selected.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: