@ucloud-fe/react-components 1.5.0 → 1.5.1

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.
@@ -426,6 +426,7 @@ var PopupV1 = /*#__PURE__*/_react.default.memo(function PopupV1(_ref9) {
426
426
  return /*#__PURE__*/_react.default.createElement(_style2.MenuWrap, {
427
427
  maxWidth: maxWidth
428
428
  }, search && /*#__PURE__*/_react.default.createElement(_style2.SelectSearchInput, {
429
+ block: true,
429
430
  onChange: handleSearchInput,
430
431
  value: searchValue,
431
432
  status: "default"