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.
- package/dist/react-crud-mobile.cjs.development.js +2 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UISelect.tsx +2 -1
|
@@ -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: "
|
|
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, {
|