diff --git a/docs/src/pages/components/ComboBox.svx b/docs/src/pages/components/ComboBox.svx
index 204573bf..f40f1679 100644
--- a/docs/src/pages/components/ComboBox.svx
+++ b/docs/src/pages/components/ComboBox.svx
@@ -1,9 +1,6 @@
### Default
@@ -31,15 +28,11 @@ items={[
### Clear selection
-
-
-
+To programmatically clear the selection, access the component instance using the [bind:this](https://svelte.dev/docs#bind_element) directive and invoke the `ComboBox.clear()` accessor.
+
+Specify `focus: false` in the method options to avoid re-focusing the input.
+
+
### Multiple combo boxes
diff --git a/docs/src/pages/framed/ComboBox/ComboBoxClear.svelte b/docs/src/pages/framed/ComboBox/ComboBoxClear.svelte
new file mode 100644
index 00000000..fdb29808
--- /dev/null
+++ b/docs/src/pages/framed/ComboBox/ComboBoxClear.svelte
@@ -0,0 +1,20 @@
+
+
+
+
+
+