diff --git a/src/ComboBox/ComboBox.svelte b/src/ComboBox/ComboBox.svelte
index 52fbacbf..46ef9224 100644
--- a/src/ComboBox/ComboBox.svelte
+++ b/src/ComboBox/ComboBox.svelte
@@ -82,13 +82,6 @@
*/
export let translateWithId = undefined;
- /**
- * Override the menu label based on the open state.
- * Defaults to "Open menu" and "Close menu"
- * @type {(id: any) => string}
- */
- export let translateWithIdMenu = undefined;
-
/**
* Override the label of the clear button when the input has a selection.
* Defaults to "Clear selected item" since a combo box can only have on selection.
@@ -246,7 +239,7 @@
}}"
id="{id}"
disabled="{disabled}"
- translateWithId="{translateWithIdMenu}"
+ translateWithId="{translateWithId}"
>
string}
- */
- export let translateWithIdMenu = undefined;
-
/**
* Override the label of the clear button when the input has a selection.
* Defaults to "Clear selected item" and "Clear all items"
@@ -375,7 +369,7 @@
}}"
id="{id}"
disabled="{disabled}"
- translateWithId="{translateWithIdMenu}"
+ translateWithId="{translateWithId}"
>
{#if checked.length > 0}