react-crud-mobile 1.0.857 → 1.0.859

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.
@@ -1607,7 +1607,7 @@ function UIElement(props) {
1607
1607
  }
1608
1608
  return !reactCrudUtils.Utils.isEmpty(props.children) || !reactCrudUtils.Utils.isEmpty(props.elements);
1609
1609
  };
1610
- var isInput = scope.is('type', 'text', 'number', 'phone', 'postalCode', 'money', 'password', 'email');
1610
+ var isInput = scope.is('type', 'text', 'number', 'integer', 'int', 'phone', 'postalCode', 'money', 'password', 'email');
1611
1611
  var getStyle = function getStyle(part, extra) {
1612
1612
  var _elementStyle$type;
1613
1613
  var type = reactCrudUtils.Utils.nvl(original.type, 'none');