react-crud-mobile 1.3.24 → 1.3.25

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.
@@ -555,7 +555,7 @@ function UISelect(props) {
555
555
  style: style('selectLabel'),
556
556
  children: reactCrudUtils.Utils.nvl(value, placeholder)
557
557
  }), /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
558
- name: "chevron-down-outline",
558
+ name: "close",
559
559
  size: scope.getPart('iconSize', null, 24),
560
560
  color: scope.getPart('iconColor', null, iconColor),
561
561
  style: style('iconStyle', {})
@@ -593,6 +593,7 @@ function UISelect(props) {
593
593
  children: /*#__PURE__*/jsxRuntime.jsx(UI.List, {
594
594
  data: items,
595
595
  name: scope.getName('list'),
596
+ layout: "card",
596
597
  click: onClick,
597
598
  rowStyle: (_scope$original = scope.original) == null ? void 0 : _scope$original.rowStyle,
598
599
  children: /*#__PURE__*/jsxRuntime.jsx(UI.Value, {