Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ireade/form-validation-realtime
A demo of realtime form validation
https://github.com/ireade/form-validation-realtime
Last synced: 3 months ago
JSON representation
A demo of realtime form validation
- Host: GitHub
- URL: https://github.com/ireade/form-validation-realtime
- Owner: ireade
- Created: 2016-06-16T16:10:22.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-11-07T20:25:45.000Z (about 2 years ago)
- Last Synced: 2024-07-18T03:45:08.457Z (4 months ago)
- Language: CSS
- Homepage: https://ireade.github.io/form-validation-realtime/
- Size: 25.4 KB
- Stars: 129
- Watchers: 6
- Forks: 62
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Form Validation
![](https://bitsofco.de/content/images/2016/06/Realtime_Validation2.gif)
## [Read the Blog Post](https://bitsofco.de/realtime-form-validation/#comment-2754183495)
This branch hold a slighlty updated version of the original. If you're coming from the [video tutorial](https://youtu.be/m4Fru330HqQ), you should checkout out the [the original repository](https://github.com/ireade/form-validation-realtime/tree/original) for the version from that video.
## Changes + Contributors
- [Commit 2f552735...](https://github.com/ireade/form-validation-realtime/commit/2f552735aee98e22d453fc0e22f30b479e4d9f0a) - [@sarbbottam](https://github.com/sarbbottam) added an event listener for submit of the form
- [Commit 2a3e0ad0...](https://github.com/ireade/form-validation-realtime/commit/2a3e0ad0d3bd882aecf619ddb4985b608ec5391a) - [@salisadecade](https://github.com/salisadecade) Encapsulated `checkInput` and event registration- [ES6 Version](https://github.com/whizkydee/form-validation-realtime) - [@whizkydee](https://github.com/whizkydee) created a version of this written in ES6