frontello-ui-datepicker
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -695,5 +695,7 @@ "use strict"; | ||
this.field.addEventListener('focus', (event) => { | ||
event.preventDefault(); | ||
this.openPicker(); | ||
}); | ||
this.field.addEventListener('click', (event) => { | ||
event.preventDefault(); | ||
this.openPicker(); | ||
@@ -700,0 +702,0 @@ event.stopPropagation(); |
{ | ||
"name": "frontello-ui-datepicker", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Efficient vanilla datepicker", | ||
@@ -5,0 +5,0 @@ "main": "datepicker.js", |
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
33559
1061