dtable-ui-component 6.0.110-oot.3 → 6.0.110-oot.4

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.
@@ -90,3 +90,10 @@
90
90
  white-space: nowrap;
91
91
  color: #868E96;
92
92
  }
93
+
94
+ .seatable-customize-select .selected-option-show {
95
+ height: 20px;
96
+ line-height: 20px;
97
+ margin-right: 8px;
98
+ width: calc(100% - 20px);
99
+ }
@@ -176,8 +176,7 @@ class DTableSelect extends _react.default.Component {
176
176
  noOptionsMessage: noOptionsMessage,
177
177
  filterOption: customFilterOption,
178
178
  autoFocus: autoFocus,
179
- form: form,
180
- menuIsOpen: true
179
+ form: form
181
180
  });
182
181
  }
183
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.3",
3
+ "version": "6.0.110oot.4",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",