-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dropdowns with Accordion #1014
Comments
###ACs 1.0 When a list item in the dropdown is a parent with children, it gets a chevron on the right side to indicate it can be expanded. -- 1.1 There should be a prop to show that parent item expanded by default. -- 1.4 You can only have one level of children. Children can not also be parents with their own children. -- 1.6 If you include icons on the parent level, children are indented 72px 2.0 You can insert dividers between items to create groups, same as with non-expandable items 3.0 Verify dark mode is also included |
@ccedrone Please provide testing notes & list of all use cases |
Testing Notes: https://laura-silva.notion.site/Expandable-Dropdown-dd5c52a6072f4cfca8a6e64259f1a4a5?pvs=4 There are a few questions and issues noted @ccedrone |
Feedback:
|
Need to finalize visual design for what it should look like to have an accordion inside a dropdown. Then, we should add an example in the docs site.
Quick example: https://codesandbox.io/s/dropdown-with-accordion-8uheek?file=/example.tsx
The text was updated successfully, but these errors were encountered: