dtable-ui-component 6.0.110-aol.6 → 6.0.110-aol.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.
@@ -237,7 +237,7 @@ class SelectOptionGroup extends _react.Component {
237
237
  onClick: e => e.stopPropagation(),
238
238
  children: value.label || ''
239
239
  }), searchable && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
240
- className: !supportMultipleSelect ? 'option-group-other-search' : 'option-group-search',
240
+ className: "option-group-search",
241
241
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableSearchInput.default, {
242
242
  className: "option-search-control",
243
243
  placeholder: searchPlaceholder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aol.6",
3
+ "version": "6.0.110-aol.7",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",