react-crud-mobile 1.3.165 → 1.3.167

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.
@@ -458,6 +458,11 @@ function UIButton(props) {
458
458
  if (size) {
459
459
  def = _extends({}, def, BUTTONS_SIZE[size]);
460
460
  }
461
+ if (!label) {
462
+ def = _extends({}, def, {
463
+ borderRadius: 20
464
+ });
465
+ }
461
466
  var css = style('button', def);
462
467
  if (!css.width) {
463
468
  var h = css.height;
@@ -1015,7 +1020,7 @@ function UIList(props) {
1015
1020
  var items = reactCrudUtils.Utils.call(function () {
1016
1021
  var _original$list;
1017
1022
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
1018
- if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
1023
+ if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1019
1024
  var query = crud.get('query', '').toLowerCase().trim();
1020
1025
  console.log(query);
1021
1026
  if (query.length > 1) {