ui-components
ui-components copied to clipboard
Dropdown: item slot
Acceptance Criteria:
- The ability to have a slot for Dropdown Items that can be filled with anything (HTML)
- This needs to be supported for the
filterableproperty (Combobox)- A property would likely be required to control search parameters
- 2 examples given in documentation - one for base dropdown and one using
filterableproperty - Accessibility:
- Expectation for accessibility would be to read the HTML content like any other HTML content (top to bottom, left to right)
- Once issue has passed code review, inform @twjeffery so that he can prepare the Figma assets for release
Is your feature request related to a problem? Please describe
To be able to display dropdown item slots with multiple pieces of metadata within a dropdown menu
Describe the solution you'd like
A flexible slot "area" where different types of formatted text, icons, and other assets can be placed in a way that makes sense for a variety of given contexts.
Requirements: -Any/all text included in the slot can be filterable for the combo box version -Multiple line support
Provide evidence this is a needed component
Describe alternatives you've considered
No response
Do you have anything already created for this that we can use?
yes
Are you currently using this proposal inside your own service
no
Are you able to assist to bring the feature to reality?
no
Additional context
No response