@hi-ui/check-select 4.0.0-beta.41 → 4.0.0-beta.42

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.
@@ -319,7 +319,7 @@ var CheckSelect = /*#__PURE__*/React.forwardRef(function (_a, ref) {
319
319
  onOpen: menuVisibleAction.on,
320
320
  onClose: menuVisibleAction.off,
321
321
  searchable: searchable,
322
- scrollable: inVirtual,
322
+ scrollable: !inVirtual,
323
323
  onSearch: funcUtils.callAllFuncs(onSearchProp, onSearch),
324
324
  loading: loading,
325
325
  footer: renderDefaultFooter(),
@@ -277,7 +277,7 @@ var CheckSelect = /*#__PURE__*/forwardRef(function (_a, ref) {
277
277
  onOpen: menuVisibleAction.on,
278
278
  onClose: menuVisibleAction.off,
279
279
  searchable: searchable,
280
- scrollable: inVirtual,
280
+ scrollable: !inVirtual,
281
281
  onSearch: callAllFuncs(onSearchProp, onSearch),
282
282
  loading: loading,
283
283
  footer: renderDefaultFooter(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-select",
3
- "version": "4.0.0-beta.41",
3
+ "version": "4.0.0-beta.42",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -78,5 +78,5 @@
78
78
  "react": "^17.0.1",
79
79
  "react-dom": "^17.0.1"
80
80
  },
81
- "gitHead": "a1e8367a78c1f3fcea6a95ffc44bbf59beb58798"
81
+ "gitHead": "804e4bc84431db460ad0a20849add9a283096a94"
82
82
  }