Skip to content

Commit 64128ce

Browse files
committed
Add prop (focusSearchOnOpen) mapping to storybook
1 parent 61bce3a commit 64128ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stories/default.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const toStorybook = () => {
2424
<pre>{JSON.stringify(selected)}</pre>
2525
<MultiSelect
2626
options={options}
27+
focusSearchOnOpen={boolean("focusSearchOnOpen", true)}
2728
hasSelectAll={boolean("hasSelectAll", true)}
2829
isLoading={boolean("isLoading", false)}
2930
shouldToggleOnHover={boolean("shouldToggleOnHover", false)}

0 commit comments

Comments
 (0)