@vaadin/vaadin-date-picker 4.4.4 → 4.4.5
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/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"repository": "vaadin/vaadin-date-picker",
|
|
11
11
|
"homepage": "https://vaadin.com/components",
|
|
12
12
|
"name": "@vaadin/vaadin-date-picker",
|
|
13
|
-
"version": "4.4.
|
|
13
|
+
"version": "4.4.5",
|
|
14
14
|
"main": "vaadin-date-picker.js",
|
|
15
15
|
"author": "Vaadin Ltd",
|
|
16
16
|
"license": "Apache-2.0",
|
|
@@ -1004,7 +1004,7 @@ export const DatePickerMixin = subclass => class VaadinDatePickerMixin extends m
|
|
|
1004
1004
|
|
|
1005
1005
|
/** @private */
|
|
1006
1006
|
_userInputValueChanged(value) {
|
|
1007
|
-
if (this.
|
|
1007
|
+
if (this._inputValue) {
|
|
1008
1008
|
const parsedDate = this._getParsedDate();
|
|
1009
1009
|
|
|
1010
1010
|
if (this._isValidDate(parsedDate)) {
|