frontello-ui-datepicker
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -32,3 +32,3 @@ "use strict"; | ||
this._loadInputdate(); | ||
this._loadInputDate(); | ||
@@ -39,3 +39,3 @@ this._renderInputType(); | ||
this._renderInputType(); | ||
this._loadInputdate(false); | ||
this._loadInputDate(false); | ||
}); | ||
@@ -353,2 +353,7 @@ } | ||
{ | ||
// Don't lost focus | ||
this.container.addEventListener('mousedown', (event) => { | ||
event.preventDefault() | ||
}); | ||
// Nothing to do | ||
@@ -560,3 +565,3 @@ this.field.addEventListener('click', (event) => { | ||
_loadInputdate(eventChange = true) | ||
_loadInputDate(eventChange = true) | ||
{ | ||
@@ -563,0 +568,0 @@ if (this.field.value) { |
{ | ||
"name": "frontello-ui-datepicker", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "UI 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
20845
655