dtable-ui-component 6.0.110-aol.8 → 6.0.110-aol.9
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.
|
@@ -58,7 +58,10 @@ class DTableSelect extends _react.default.Component {
|
|
|
58
58
|
ref: innerRef,
|
|
59
59
|
filterOption: customFilterOption,
|
|
60
60
|
form: form,
|
|
61
|
-
autoFocus: autoFocus
|
|
61
|
+
autoFocus: autoFocus,
|
|
62
|
+
menuIsOpen: true,
|
|
63
|
+
onMenuClose: () => {},
|
|
64
|
+
onMenuOpen: () => {}
|
|
62
65
|
});
|
|
63
66
|
}
|
|
64
67
|
}
|
|
@@ -199,11 +199,10 @@ const Option = props => {
|
|
|
199
199
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactSelect.components.Option, {
|
|
200
200
|
...props
|
|
201
201
|
}), isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
202
|
-
className: "dtable-font dtable-icon-check
|
|
202
|
+
className: "dtable-font dtable-icon-check",
|
|
203
203
|
style: {
|
|
204
204
|
fontSize: '14px',
|
|
205
|
-
color: '#666666'
|
|
206
|
-
flexShrink: 0
|
|
205
|
+
color: '#666666'
|
|
207
206
|
}
|
|
208
207
|
})]
|
|
209
208
|
});
|