Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rb committed Sep 14, 2024
1 parent b640184 commit 2178fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/combobox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ We expose a CSS custom property `--kb-combobox-content-transform-origin` which c
| removeOnBackspace | `boolean` <br/> 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` <br/> Whether `onChange` should fire even if the new value is the same as the last. |
| disallowEmptySelection | `boolean` <br/> Whether the combobox allows empty selection or not. |
| allowsEmptyCollection | `boolean` <br/> Whether the combobox allows the menu to be open when the collection is empty.
| allowsEmptyCollection | `boolean` <br/> Whether the combobox allows the menu to be open when the collection is empty. |
| closeOnSelection | `boolean` <br/> Whether the combobox closes after selection. |
| selectionBehavior | `'toggle' \| 'replace'` <br/> How selection should behave in the combobox. |
| virtualized | `boolean` <br/> Whether the combobox uses virtual scrolling. |
Expand Down

0 comments on commit 2178fa5

Please sign in to comment.