Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/components/select/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The select component supports single or multiple selections and the editable var
- **Items:**
- **Label:** Set a short and concise label for dropdown items.
- **Selected:** Mark selected items in the dropdown with a check mark.
- **Disabled:** Mark individual items as disabled when they cannot be selected in the current context. Disabled items are visually muted, skipped during keyboard navigation and cannot be picked via mouse or keyboard.
Comment thread
dmytro-halimov marked this conversation as resolved.

## Behavior in context

Expand Down
Loading