Skip to content

Commit defd019

Browse files
committed
placeholder story
1 parent d5c34a9 commit defd019

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/uui-combobox/lib/uui-combobox.story.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const meta: Meta = {
4646
component: 'uui-combobox',
4747
title: 'Inputs/Combobox',
4848
args: {
49-
placeholder: 'Placeholder',
5049
options: fruits,
5150
listItemRenderer: (item: any) =>
5251
html`<uui-combobox-list-option value="${item}">
@@ -113,6 +112,12 @@ export const Default: Story = {
113112
},
114113
};
115114

115+
export const Placeholder: Story = {
116+
args: {
117+
placeholder: 'Placeholder',
118+
},
119+
};
120+
116121
export const Disabled: Story = {
117122
args: {
118123
disabled: true,

0 commit comments

Comments
 (0)