rb-document-form-constructor 0.10.0 → 0.10.2
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.
|
@@ -33455,15 +33455,13 @@ var script$1 = {
|
|
|
33455
33455
|
|
|
33456
33456
|
currentInputName(val) {
|
|
33457
33457
|
this.field.input = UtFormConstructor.getInputTypeByName(this.currentInputName, this.field);
|
|
33458
|
-
}
|
|
33459
|
-
|
|
33460
|
-
multiple
|
|
33461
|
-
|
|
33458
|
+
} // multiple() {
|
|
33459
|
+
// let input = UtFormConstructor.getDefaultInput(this.field);
|
|
33460
|
+
// if (this.field.multiple) {
|
|
33461
|
+
// this.currentInputName = input.name;
|
|
33462
|
+
// }
|
|
33463
|
+
// },
|
|
33462
33464
|
|
|
33463
|
-
if (this.field.multiple) {
|
|
33464
|
-
this.currentInputName = input.name;
|
|
33465
|
-
}
|
|
33466
|
-
}
|
|
33467
33465
|
|
|
33468
33466
|
},
|
|
33469
33467
|
methods: {
|