We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8741b36 commit ca820fbCopy full SHA for ca820fb
src/components/experimental/ComboBox/docs/ComboBox.stories.tsx
@@ -91,6 +91,7 @@ export const AsyncValues: StoryObj<typeof ComboBox<Character>> = {
91
items={list.items}
92
inputValue={filterText}
93
onInputChange={setFilterText}
94
+ renderEmptyState={() => <p>No items found</p>}
95
>
96
{item => <ListBoxItem id={item.name}>{item.name}</ListBoxItem>}
97
</ComboBox>
0 commit comments