dtable-ui-component 6.0.110-sum.1 → 6.0.110-sum.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.
@@ -104,6 +104,10 @@
104
104
  margin: 0;
105
105
  }
106
106
 
107
+ .seatable-option-group .dtable-icon-check {
108
+ color:'var(--bs-icon-color)'
109
+ }
110
+
107
111
  .seatable-option-group-selector-single-select .select-option-name,
108
112
  .seatable-option-group-selector-multiple-select .multiple-option-name {
109
113
  display: flex;
@@ -176,7 +176,8 @@ class DTableSelect extends _react.default.Component {
176
176
  noOptionsMessage: noOptionsMessage,
177
177
  filterOption: customFilterOption,
178
178
  autoFocus: autoFocus,
179
- form: form
179
+ form: form,
180
+ menuIsOpen: true
180
181
  });
181
182
  }
182
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110sum.1",
3
+ "version": "6.0.110sum.2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",