We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8378c commit b4668b0Copy full SHA for b4668b0
src/stories/default.stories.tsx
@@ -25,7 +25,7 @@ export const toStorybook = () => {
25
<MultiSelect
26
options={options}
27
hasSelectAll={boolean("hasSelectAll", true)}
28
- isLoading={boolean("isLoading", true)}
+ isLoading={boolean("isLoading", false)}
29
shouldToggleOnHover={boolean("shouldToggleOnHover", false)}
30
disableSearch={boolean("disableSearch", false)}
31
selected={selected}
0 commit comments