Skip to content

Commit a0f8ee5

Browse files
bjarnefiOvergaard
authored andcommitted
Add label
1 parent d83f03c commit a0f8ee5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ export const Readonly: Story = {
217217

218218
export const Error: Story = {
219219
render: props => html`
220-
<uui-input .type=${props.type} .value=${props.value} ?error=${props.error}>
220+
<uui-input
221+
.type=${props.type}
222+
.label=${props.label}
223+
.value=${props.value}
224+
?error=${props.error}>
221225
</uui-input>
222226
`,
223227
args: { error: true, label: 'Error' },

0 commit comments

Comments
 (0)