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.
@@ -449,6 +449,11 @@ function UIButton(props) {
449
449
  if (size) {
450
450
  def = _extends({}, def, BUTTONS_SIZE[size]);
451
451
  }
452
+ if (!label) {
453
+ def = _extends({}, def, {
454
+ borderRadius: 20
455
+ });
456
+ }
452
457
  var css = style('button', def);
453
458
  if (!css.width) {
454
459
  var h = css.height;
@@ -1006,7 +1011,7 @@ function UIList(props) {
1006
1011
  var items = Utils.call(function () {
1007
1012
  var _original$list;
1008
1013
  var list = Utils.nvl(scope.getItems(), []);
1009
- if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
1014
+ if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1010
1015
  var query = crud.get('query', '').toLowerCase().trim();
1011
1016
  console.log(query);
1012
1017
  if (query.length > 1) {