Skip to content

Commit 04d847c

Browse files
author
Chris Rolfe
committed
feat: update documentation to force a release
1 parent 8741b36 commit 04d847c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/experimental/ComboBox/docs/ComboBox.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export const AsyncValues: StoryObj<typeof ComboBox<Character>> = {
9191
items={list.items}
9292
inputValue={filterText}
9393
onInputChange={setFilterText}
94+
renderEmptyState={() => <p>No items found</p>}
9495
>
9596
{item => <ListBoxItem id={item.name}>{item.name}</ListBoxItem>}
9697
</ComboBox>

0 commit comments

Comments
 (0)