diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 52f20a6f..52f127a8 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -3464,6 +3464,7 @@ import { Search } from "carbon-components-svelte";
| size | "sm" | "lg"
| -- |
| skeleton | boolean
| false |
| light | boolean
| false |
+| disabled | boolean
| false |
| value | string
| "" |
| type | string
| "text" |
| placeholder | string
| "Search..." |
diff --git a/docs/src/pages/components/Search.svx b/docs/src/pages/components/Search.svx
index 7649671e..8a10cf35 100644
--- a/docs/src/pages/components/Search.svx
+++ b/docs/src/pages/components/Search.svx
@@ -23,6 +23,10 @@