-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auro-menu: multiselect #199
Labels
Comments
braven112
added
Type: Feature
New Feature
auro-menu
not-reviewed
Issue has not been reviewed by Auro team members
labels
Apr 17, 2024
Patrick-Daly-AA
removed
the
not-reviewed
Issue has not been reviewed by Auro team members
label
Apr 18, 2024
fajar-apri-alaska
added a commit
that referenced
this issue
May 14, 2024
- add test case for multiple selection - add api docs - add example for multiple selection
6 tasks
fajar-apri-alaska
added a commit
that referenced
this issue
May 15, 2024
- add test case for multiple selection - add api docs - add example for multiple selection
blackfalcon
added a commit
that referenced
this issue
May 20, 2024
The core of this commit is updating the ability of the element to know the difference between the default single-select and the multi-select option. With the multi-select options selected, the value of the menu selections will be kept in an array versus a single string. Changes to be committed: modified: src/auro-menu.js modified: src/style-base.scss modified: src/style-menuoption.scss
fajar-apri-alaska
pushed a commit
that referenced
this issue
Aug 22, 2024
The core of this commit is updating the ability of the element to know the difference between the default single-select and the multi-select option. With the multi-select options selected, the value of the menu selections will be kept in an array versus a single string. Changes to be committed: modified: src/auro-menu.js modified: src/style-base.scss modified: src/style-menuoption.scss
chrisfalaska
pushed a commit
that referenced
this issue
Dec 17, 2024
The core of this commit is updating the ability of the element to know the difference between the default single-select and the multi-select option. With the multi-select options selected, the value of the menu selections will be kept in an array versus a single string. Changes to be committed: modified: src/auro-menu.js modified: src/style-base.scss modified: src/style-menuoption.scss
This was referenced Dec 17, 2024
This work has been moved to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
As a business I want to give users the ability to select multiple options from menu items
So that users can select multiple options in the UI.
Blueprint:
https://www.figma.com/file/yMshXAiKZrkLDdiX8N4GKQ/Multi-Select-Combo-Box?type=design&node-id=114-3745&mode=design&t=R007FIBn8d6HGOOY-11
Describe the solution you'd like
A menu with checkboxes so users can select as many as they want.
Describe alternatives you've considered
No response
Additional context
No response
Exit criteria
<auro-multiselect>
or<auro-combobox multiselect>
The text was updated successfully, but these errors were encountered: