File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ <h1>auto-check-element</h1>
14
14
< h2 > Simple form</ h2 >
15
15
< p > Input 422 for an error response.</ p >
16
16
< form >
17
- < label for ="simple-field "> Input</ label >
17
+ < p > All fields marked with * are required</ p >
18
+
19
+ < label for ="simple-field "> Desired username*:</ label >
18
20
< auto-check csrf ="foo " src ="/demo " required >
19
21
< input id ="simple-field " autofocus name ="foo " required />
20
22
< code class ="state "> </ code >
@@ -25,7 +27,9 @@ <h2>Simple form</h2>
25
27
< h2 > Form that has custom validity messages</ h2 >
26
28
< p > Input 422 for an error response.</ p >
27
29
< form id ="custom ">
28
- < label for ="custom-field "> Input</ label >
30
+ < p > All fields marked with * are required</ p >
31
+
32
+ < label for ="custom-field "> Desired username*:</ label >
29
33
< auto-check csrf ="foo " src ="/demo " required >
30
34
< input id ="custom-field " autofocus class ="json " name ="foo " required />
31
35
< code class ="state "> </ code >
You can’t perform that action at this time.
0 commit comments