diff --git a/apps/docs/src/routes/docs/core/components/combobox.mdx b/apps/docs/src/routes/docs/core/components/combobox.mdx index f5ba1ea9..2f347007 100644 --- a/apps/docs/src/routes/docs/core/components/combobox.mdx +++ b/apps/docs/src/routes/docs/core/components/combobox.mdx @@ -921,7 +921,7 @@ We expose a CSS custom property `--kb-combobox-content-transform-origin` which c | removeOnBackspace | `boolean`
When `multiple` is true, whether the last selected option should be removed when the user press the Backspace key and the input is empty. | | allowDuplicateSelectionEvents | `boolean`
Whether `onChange` should fire even if the new value is the same as the last. | | disallowEmptySelection | `boolean`
Whether the combobox allows empty selection or not. | -| allowsEmptyCollection | `boolean`
Whether the combobox allows the menu to be open when the collection is empty. +| allowsEmptyCollection | `boolean`
Whether the combobox allows the menu to be open when the collection is empty. | | closeOnSelection | `boolean`
Whether the combobox closes after selection. | | selectionBehavior | `'toggle' \| 'replace'`
How selection should behave in the combobox. | | virtualized | `boolean`
Whether the combobox uses virtual scrolling. |