Skip to content

Commit 384ef56

Browse files
committed
pat validation: Add email validation to demo.
1 parent 1b41fd7 commit 384ef56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pat/validation/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<input type="number" name="age" min="16" max="65" required
2929
/></label>
3030

31+
<label
32+
>E-mail
33+
<input type="email" name="email"
34+
/></label>
35+
3136
<fieldset class="group pat-checklist radio">
3237
<legend>Favourite colour</legend>
3338
<label

0 commit comments

Comments
 (0)