Validatinator
Validatinator copied to clipboard
Validatinator is a simple, yet effective, HTML form validation library built for JavaScript/Typescript. Validatinator was originally loosely based off of Laravel's validation system.
Addresses issue #32: * Effects `same`, `different`, `requiredIf`, and `requiredIfNot` methods * Adds `string` as a valid type for `otherField` argument * Performs `querySelector` operation on string arguments to convert...
This issue effects: * `same` * `difference` * `requiredIf` * `requiredIfNot` In all of these methods the `otherField` parameter is expected to be an `HTMLInputElement`. However, when the validation method...
The types declarations are missing from the dist directory in the npm release. Not sure if something went wrong for the 2.0.4 release or if this is a more long...