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 61bce3a commit 64128ceCopy full SHA for 64128ce
src/stories/default.stories.tsx
@@ -24,6 +24,7 @@ export const toStorybook = () => {
24
<pre>{JSON.stringify(selected)}</pre>
25
<MultiSelect
26
options={options}
27
+ focusSearchOnOpen={boolean("focusSearchOnOpen", true)}
28
hasSelectAll={boolean("hasSelectAll", true)}
29
isLoading={boolean("isLoading", false)}
30
shouldToggleOnHover={boolean("shouldToggleOnHover", false)}
0 commit comments