react-crud-mobile 1.3.344 → 1.3.345

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.
@@ -840,7 +840,7 @@ function UIInput(props) {
840
840
  }
841
841
  }
842
842
  };
843
- //v4
843
+ //v5
844
844
  var defs = _extends({}, reactCrudUtils.Utils.nvl(decode[type], {}), element.inputProps);
845
845
  var inputStyle = reactCrudUtils.Utils.call(function () {
846
846
  var size = element.size;