From 640302f832c272b07a1842b16a8e266677237dfd Mon Sep 17 00:00:00 2001 From: "Dmytro H." Date: Tue, 26 May 2026 15:28:30 +0300 Subject: [PATCH] fix(core/select): Make disabled prop work for select items #IX-4149 --- docs/components/select/guide.md | 1 + 1 file changed, 1 insertion(+) 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