@factoringplus/pl-components-pack-v3 0.4.94-pre-16 → 0.4.94-pre-17
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.
|
@@ -37750,11 +37750,10 @@ const __default__$2 = {
|
|
|
37750
37750
|
change(item) {
|
|
37751
37751
|
if (item.target)
|
|
37752
37752
|
return;
|
|
37753
|
-
console.log(item);
|
|
37754
37753
|
this.$emit("change", item);
|
|
37755
37754
|
setTimeout(() => {
|
|
37756
37755
|
this.$refs.suggestionBox.blur();
|
|
37757
|
-
},
|
|
37756
|
+
}, 200);
|
|
37758
37757
|
},
|
|
37759
37758
|
validateInp(prop, isValid, message2) {
|
|
37760
37759
|
this.$emit("validate", prop, isValid, message2);
|