react-crud-mobile 1.3.298 → 1.3.299

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.
@@ -779,7 +779,7 @@ function UIInput(props) {
779
779
  var placeholder = scope.getPart('placeholder', null, label);
780
780
  var el = scope.original;
781
781
  var element = scope.original;
782
- var _useState = React.useState(40),
782
+ var _useState = React.useState(80),
783
783
  height = _useState[0],
784
784
  setHeight = _useState[1];
785
785
  var _useState2 = React.useState(initial),
@@ -818,11 +818,11 @@ function UIInput(props) {
818
818
  textAlignVertical: 'top',
819
819
  numberOfLines: 5,
820
820
  style: {
821
- height: Math.max(40, height)
821
+ height: Math.max(80, height)
822
822
  }
823
823
  }
824
824
  };
825
- //v1
825
+ //v4
826
826
  var defs = _extends({}, reactCrudUtils.Utils.nvl(decode[type], {}), element.inputProps);
827
827
  var inputStyle = _extends({}, style('input'), style(type));
828
828
  if (defs.autoHeight) {