Skip to content

Commit

Permalink
feat(muliselect): open dropdown by default for fixed item height story
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 13, 2023
1 parent 24b53bb commit c88f4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/MultiSelect/MultiSelect.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const WithFixedItemHeight = Template.bind({})
WithFixedItemHeight.args = {
size: 'md',
fixedItemHeight: 68,
defaultIsOpen: true,
items: [
{
value: 'My height is 68',
Expand Down

0 comments on commit c88f4e6

Please sign in to comment.