@zgfe/business-lib 1.1.74-alpha.1 → 1.1.74-alpha.2

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.
@@ -199,7 +199,7 @@ var BizSelect = function BizSelect(props) {
199
199
  BizSelect.defaultProps = {
200
200
  labelField: 'label',
201
201
  keyField: 'id',
202
- popupContainer: false,
202
+ popupContainer: true,
203
203
  destroyPopupOnHide: true,
204
204
  size: 'middle'
205
205
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.74-alpha.1",
3
+ "version": "1.1.74-alpha.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "5c6864e7a71f3c288c178539b97f9d8425399c7a"
61
+ "gitHead": "3a7e744d475baf924a5754d5053e4cba33d34d59"
62
62
  }