Skip to content

Commit a1dea7d

Browse files
#
1 parent 208f907 commit a1dea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/demo/index3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<div class="row">
2323
<label for="name">Address1</label>
24-
<input type="text" required class="form-control" pattern="[a-Z]" id="l_address" name="l_address"
24+
<input type="text" required class="form-control" pattern="[a-z]" id="l_address" name="l_address"
2525
placeholder="Enter address1">
2626

2727
</div>

0 commit comments

Comments
 (0)