Skip to content

Commit ca820fb

Browse files
chrisrolfe198Chris Rolfe
andauthored
feat: update documentation to force a release (#581)
Co-authored-by: Chris Rolfe <chris.rolfe@free-now.com>
1 parent 8741b36 commit ca820fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)