@true-engineering/true-react-common-ui-kit 3.45.6 → 3.46.0

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.
@@ -10632,7 +10632,7 @@
10632
10632
  }
10633
10633
  return target;
10634
10634
  }
10635
- var SearchInput = function(_param) {
10635
+ var SearchInput = /* @__PURE__ */ React.forwardRef(function(_param, ref) {
10636
10636
  var _param_isClearable = _param.isClearable, isClearable = _param_isClearable === void 0 ? true : _param_isClearable, tweakStyles = _param.tweakStyles, testId = _param.testId, data = _param.data, onSearchIconClick = _param.onSearchIconClick, props = _object_without_properties$e(_param, [
10637
10637
  "isClearable",
10638
10638
  "tweakStyles",
@@ -10661,6 +10661,7 @@
10661
10661
  })
10662
10662
  })),
10663
10663
  /* @__PURE__ */ jsx(Input, _object_spread$N({
10664
+ ref,
10664
10665
  inputMode: "search",
10665
10666
  isClearable,
10666
10667
  isActive: props.value !== "" && props.value !== void 0,
@@ -10671,7 +10672,8 @@
10671
10672
  }, props))
10672
10673
  ]
10673
10674
  }));
10674
- };
10675
+ });
10676
+ SearchInput.displayName = "SearchInput";
10675
10677
  var ScrollIntoViewIfNeededDefaultElementType = "div";
10676
10678
  var ScrollIntoViewIfNeededDefaultProps = {
10677
10679
  active: true,