diff --git a/docs/components/select/guide.md b/docs/components/select/guide.md index f7fcc63ca..959fb3ef7 100644 --- a/docs/components/select/guide.md +++ b/docs/components/select/guide.md @@ -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. ## Behavior in context