Skip to content

Commit 57dc64f

Browse files
Update index.md
1 parent 8765e67 commit 57dc64f

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn_web_development/extensions/forms/form_validation

1 file changed

+1
-1
lines changed

files/en-us/learn_web_development/extensions/forms/form_validation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ form.addEventListener("submit", handleSubmit);
846846

847847
The result looks like this:
848848

849-
{{EmbedLiveSample("An_example_that_doesnt_use_the_constraint_validation_API", "100%", 130)}}
849+
{{EmbedLiveSample("An_example_that_doesnt_use_the_constraint_validation_API", "100%", 150)}}
850850

851851
As you can see, it's not that hard to build a validation system on your own. The difficult part is to make it generic enough to use both cross-platform and on any form you might create. There are many libraries available to perform form validation, such as [Validate.js](https://rickharrison.github.io/validate.js/).
852852

0 commit comments

Comments
 (0)