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
<!-- Is your PR related to an issue? Then please link it via the
"Relates to #" below. Else, remove it. -->
Relates to #1392
Added new 'listDescription' property. The description text will be shown
at the end of the flyout
## Checklist
- [x] If a new component is added, at least one [Playwright screenshot
test](https://github.com/SchwarzIT/onyx/actions/workflows/playwright-screenshots.yml)
is added
- [x] A changeset is added with `npx changeset add` if your changes
should be released as npm package (because they affect the library
usage)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Linda Bopp <151019977+BoppLi@users.noreply.github.com>
<!-- Is your PR related to an issue? Then please link it via the
"Relates to #" below. Else, remove it. -->
Relates to #1392
Added new example of OnyxSelect with list description in the demo app.
Why?
To align with the Figma design, we want to support a description for the
OnyxSelect
flyout.Design
Figma
Acceptance criteria
listDescription
property (or slot) to display additional text at the bottom of the flyoutlistDescription
behaves like a footer - it is out of the scroll context. theload more
is above it.Definition of Done
density
apps/alpha-test-app/src/views/HomeView.vue
In Approval
Approval
Implementation Details
aria-description
for the listDescriptionThe text was updated successfully, but these errors were encountered: