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 764ea2c commit ccabf8dCopy full SHA for ccabf8d
packages/paste-website/src/component-examples/MultiselectComboboxExamples.ts
@@ -599,7 +599,6 @@ const MultiselectComboboxExample = () => {
599
labelText="Choose a Paste Component"
600
selectedItemsLabelText="Selected Paste components"
601
helpText="Paste components are the building blocks of your product UI."
602
- initialIsOpen
603
optionTemplate={(item) => {
604
return <div>{item.label}</div>;
605
}}
0 commit comments