Skip to content

Commit ccabf8d

Browse files
authored
chore: fix scroll down behavior (#3933)
1 parent 764ea2c commit ccabf8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/paste-website/src/component-examples/MultiselectComboboxExamples.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ const MultiselectComboboxExample = () => {
599599
labelText="Choose a Paste Component"
600600
selectedItemsLabelText="Selected Paste components"
601601
helpText="Paste components are the building blocks of your product UI."
602-
initialIsOpen
603602
optionTemplate={(item) => {
604603
return <div>{item.label}</div>;
605604
}}

0 commit comments

Comments
 (0)