@neonjungle/birdseed
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -15,2 +15,3 @@ import Choices from "choices.js"; | ||
* @param {String} fieldSelector A CSS selector string which is used to find fields within field containers to validate | ||
* @param {String} errorClassPrefix The string to add to the start of the error element classes | ||
* within formElement. | ||
@@ -35,3 +36,3 @@ */ | ||
"input:not([data-novalidate]), select:not([data-novalidate]), textarea:not([data-novalidate])"; | ||
this.errorClassPrefix = errorClassPrefix | "form-field"; | ||
this.errorClassPrefix = errorClassPrefix || "form-field"; | ||
this.valid = true; | ||
@@ -38,0 +39,0 @@ this.formFieldContainers = this.formElement.querySelectorAll( |
{ | ||
"name": "@neonjungle/birdseed", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Collection of handy utility methods for Neon Jungle", | ||
@@ -5,0 +5,0 @@ "main": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19476
579