livevalidator

A modular vanilla JS plugin for live validation on form inputs based on customable checks. Themes and translations are also customizable. This core works on strings only (aka nodejs safe) and only has translatable errors

Usage no npm install needed!

<script type="module">
  import livevalidator from 'https://cdn.skypack.dev/livevalidator';
</script>

README

Live Validator

build status coverage report

This vanilla JS form validator is a complete rewrite of its predecessor jQuery-liveVal. It is now theme-able, easier to extend the testers and errors are translatable. And finally, the entire code is unit tested using Jasmine.

Find the project home page and docs.