Skip to content

Commit 6c45ad5

Browse files
committed
docs: fix combobox basic story
Signed-off-by: Akshat Patel <[email protected]>
1 parent 4511653 commit 6c45ad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/combobox/combobox.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const Template: Story<ComboBox> = (args) => ({
115115
[items]="items"
116116
[theme]="theme"
117117
[dropUp]="dropUp"
118-
[type]="type"
119118
(selected)="selected($event)"
120119
(submit)="submit($event)"
121120
(search)="search($event)">

0 commit comments

Comments
 (0)