@zat-design/sisyphus-react 3.6.8-beta.5 → 3.6.8-beta.7

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.
@@ -261,7 +261,7 @@ var ProCascader = function ProCascader(props) {
261
261
  displayRender: displayRender,
262
262
  showSearch: {
263
263
  filter: handlefilter,
264
- limit: false
264
+ limit: 1000
265
265
  },
266
266
  onChange: handleChange
267
267
  }, omit(otherProps, 'otherProps'))), hasDetail && (tooltip && disabled && detail ? _jsx(_Tooltip, {
@@ -261,7 +261,7 @@ var ProCascader = function ProCascader(props) {
261
261
  displayRender: displayRender,
262
262
  showSearch: {
263
263
  filter: handlefilter,
264
- limit: false
264
+ limit: 1000
265
265
  },
266
266
  onChange: handleChange
267
267
  }, (0, _lodash.omit)(otherProps, 'otherProps'))), hasDetail && (tooltip && disabled && detail ? (0, _jsxRuntime.jsx)(_antd.Tooltip, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.6.8-beta.5",
3
+ "version": "3.6.8-beta.7",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",