datasync-dynamic-form 1.1.9 → 1.1.10
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.
|
@@ -25,7 +25,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
25
25
|
|
|
26
26
|
// reactstrap components
|
|
27
27
|
|
|
28
|
-
const debugging =
|
|
28
|
+
const debugging = true;
|
|
29
29
|
const local = true;
|
|
30
30
|
const production = !local;
|
|
31
31
|
const globals = {
|
|
@@ -625,6 +625,7 @@ class DsDynamicForm extends _react.Component {
|
|
|
625
625
|
_colRendering = col => {
|
|
626
626
|
try {
|
|
627
627
|
return /*#__PURE__*/_react.default.createElement(_reactstrap.Col, null, col.Fields.map((field, ii) => {
|
|
628
|
+
field.err = "*";
|
|
628
629
|
return this._fieldRendering(field, ii);
|
|
629
630
|
}));
|
|
630
631
|
} catch (err) {
|