dtable-ui-component 6.0.110-oot.32 → 6.0.110-oot.33
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.
|
@@ -153,8 +153,7 @@ class DTableSelect extends _react.default.Component {
|
|
|
153
153
|
Option,
|
|
154
154
|
DropdownIndicator,
|
|
155
155
|
MenuList,
|
|
156
|
-
ClearIndicator
|
|
157
|
-
ValueContainer
|
|
156
|
+
ClearIndicator
|
|
158
157
|
},
|
|
159
158
|
placeholder: placeholder,
|
|
160
159
|
isSearchable: isSearchable,
|
|
@@ -169,6 +168,7 @@ class DTableSelect extends _react.default.Component {
|
|
|
169
168
|
filterOption: customFilterOption,
|
|
170
169
|
autoFocus: autoFocus,
|
|
171
170
|
form: form,
|
|
171
|
+
menuIsOpen: true,
|
|
172
172
|
formatOptionLabel: (option, _ref3) => {
|
|
173
173
|
let {
|
|
174
174
|
context
|