react-crud-mobile 1.3.6 → 1.3.8

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.
@@ -1941,7 +1941,7 @@ function UIElement(props) {
1941
1941
  })
1942
1942
  });
1943
1943
  }
1944
- if (scope.isInput()) {
1944
+ if (scope.isInput() || original.container) {
1945
1945
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1946
1946
  style: getStyle('container', {
1947
1947
  padding: 5,