easy3wui 1.4.246 → 1.4.247
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.
|
@@ -1279,8 +1279,9 @@ var Easy3wFormPage = function (_Component) {
|
|
|
1279
1279
|
value = item.value;
|
|
1280
1280
|
var cmptPros = item.cmptPros;
|
|
1281
1281
|
|
|
1282
|
+
var cmptProsNew = cmptPros || {};
|
|
1282
1283
|
cmptPros = (0, _extends3['default'])({}, cmptPros, {
|
|
1283
|
-
rows:
|
|
1284
|
+
rows: cmptProsNew.rows || 2
|
|
1284
1285
|
});
|
|
1285
1286
|
var maxlength = void 0;
|
|
1286
1287
|
if (!cmptPros || cmptPros && !cmptPros.rows) {
|