We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5a154 commit e968a1aCopy full SHA for e968a1a
packages/solid/src/components/combobox/examples/grouping.tsx
@@ -9,6 +9,7 @@ export const Grouping = () => {
9
const { collection, filter } = useListCollection({
10
initialItems,
11
filter: filterFn().contains,
12
+ groupBy: (item) => item.type,
13
})
14
15
const handleInputChange = (details: Combobox.InputValueChangeDetails) => {
0 commit comments