Feature Request: Support Multiselect for rio.Dropdown
#50
Unanswered
Sn3llius
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary:
It would be great to have multiselect support for the rio.Dropdown component in Rio. This feature would enhance the usability and flexibility of dropdown menus by allowing users to select multiple options at once.
Detailed Description:
Currently, the
rio.Dropdown
component supports single selection, which is sufficient for many use cases. However, there are scenarios where selecting multiple items from a dropdown is necessary. Adding multiselect functionality would greatly benefit users who need to choose several options without having to use multiple dropdown components or creating their own suboptimal solutions.Proposed Solution:
rio.Dropdown
that can be activated through a new attribute (or potentially as a separate component).Benefits:
Additional Context:
Multiselect dropdowns are common in many applications and frameworks, such as React and Flutter. Bringing this feature to Rio will align it with modern UI component standards and fulfill the needs of more complex user interactions.
Related PR:
#50
Looking forward to the discussion and feedback from the community!
Beta Was this translation helpful? Give feedback.
All reactions