Skip to content

Commit 434c0a9

Browse files
committed
add type="email" to form story
1 parent f137892 commit 434c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const Overview: Story = () => {
8181
<uui-label slot="label" required>Email</uui-label>
8282
<uui-input
8383
name="email"
84-
type="text"
84+
type="email"
8585
label="Email"
8686
required></uui-input>
8787
</uui-form-layout-item>

0 commit comments

Comments
 (0)