Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/fruity-jars-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@solid-design-system/docs': patch
---

Updating the `sd-combobox` and `sd-select` documentation about limiting the height of the dropdown display.

2 changes: 1 addition & 1 deletion packages/docs/src/stories/components/combobox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Do not mix the two variants (default / floating label) within the same product,

- Filter available options in real time as the user types; highlight or bold matching text to indicate relevance.
- Show a message (e.g., “No matches found”) when no options align with the user’s input.
- Consider limiting the maximum number of displayed suggestions to avoid overwhelming users.
- Consider limiting the maximum number of displayed suggestions to avoid overwhelming users. We recommend displaying 6-8 (with scrolling for additional results).

#### Background

Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/stories/components/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Do not mix the two variants (default / floating label) within the same product,
- Apply the "multiple" attribute when multiple selections are allowed, and pair it with "checkbox" for corresponding nested options.
- By default, the number of selected options is displayed after the text.
- Display selected options as tags within the field to help users track their selections.
- Consider limiting the maximum number of displayed selectable options to avoid overwhelming users. We recommend displaying 6-8 (with scrolling for additional results).

#### Background

Expand Down
Loading