html5-form-validator
Advanced tools
Comparing version
@@ -47,3 +47,10 @@ export default class html5formValidation { | ||
validateField(field) { | ||
field.insertAdjacentHTML('afterend', this.errorDiv); | ||
if ( | ||
!( | ||
field.nextSibling.classList && | ||
field.nextSibling.classList.contains(this.settings.errorElement) | ||
) | ||
) { | ||
field.insertAdjacentHTML('afterend', this.errorDiv); | ||
} | ||
@@ -50,0 +57,0 @@ field.oninvalid = () => { |
{ | ||
"name": "html5-form-validator", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The most simple HTML5 form validator", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"keywords": ["HTML5", "form", "validator"], | ||
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)", | ||
"author": | ||
"Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)", | ||
"license": "MIT", | ||
@@ -14,0 +15,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
6985
5.69%57
14%