Skip to content

Commit

Permalink
Select storybook: adjust AsyncSearchable
Browse files Browse the repository at this point in the history
  • Loading branch information
music1353 committed Oct 23, 2023
1 parent 97f970b commit cb9d0a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/@next/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,6 @@ const AsyncSearchableSingleWithInputStateTemplate: Story<
return (
<AsyncSearchableSingleSelectWithInputState
data={slicedCountries}
loadingOptions={true}
showPopoverOnFocus={true}
optionsPlaceholderProps={{
idle: 'Type in location',
noReslt: 'No matching results',
}}
{...args}
/>
);
Expand Down

0 comments on commit cb9d0a1

Please sign in to comment.