fixed optional fields not validating while having a value

This commit is contained in:
2025-04-04 18:07:59 -04:00
parent 50af7ae33a
commit 4e216a197f
15 changed files with 102 additions and 1656 deletions

View File

@ -1,3 +1,7 @@
# Overview
This class easily adds front-end validation to HTML forms.
# Demo
A demo of the form validation class can be found [here](https://demos.danremollino.dev/form-validation/).