@luftborn/custom-elements 2.13.3 → 2.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/index.js +1 -3
- package/demo/index.min.js +0 -2
- package/demo/index.min.js.map +1 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.js +0 -2
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.ts +0 -2
package/demo/index.min.js
CHANGED
|
@@ -4433,8 +4433,6 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
4433
4433
|
};
|
|
4434
4434
|
CustomDatepicker.prototype.addEventListeners = function () {
|
|
4435
4435
|
var _this = this;
|
|
4436
|
-
this.input.addEventListener('click', function () { return _this.showPicker(true); });
|
|
4437
|
-
this.input.addEventListener('focus', function () { return _this.showPicker(true); });
|
|
4438
4436
|
this.input.addEventListener('change', function () {
|
|
4439
4437
|
_this.setDateUsingInputValue();
|
|
4440
4438
|
});
|