@ampify/aquery
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@ampify/aquery", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "./dist/aquery.js", | ||
@@ -37,3 +37,3 @@ "module": "./src", | ||
}, | ||
"gitHead": "c2d082f6f2ac177c771334a836fffae9d2b588c8" | ||
"gitHead": "15e6b034f100725b465efa99d05b2fcd2e25fbaa" | ||
} |
@@ -27,6 +27,2 @@ import randomId from '../randomId'; | ||
datePicker.setAttribute('required', ''); | ||
const validator = document.createElement('span'); | ||
validator.setAttribute('visible-when-invalid', 'valueMissing'); | ||
validator.setAttribute('validation-for', input.id); | ||
datePicker.appendChild(validator); | ||
console.log('addDatePicker ', datePicker); | ||
@@ -33,0 +29,0 @@ } |
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
47196
1510