bkui-vue 2.0.1-beta.97 → 2.0.1-beta.98
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-select/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -1938,7 +1938,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
1938
1938
|
setSelectedItem();
|
1939
1939
|
}
|
1940
1940
|
showPopover.value = isCondition || !!usingItem.value.children.length;
|
1941
|
-
setInputFocus(props.valueBehavior === ValueBehavior.NEED_KEY && !!menuHoverId.value);
|
1941
|
+
setInputFocus(!!props.getMenuList || props.valueBehavior === ValueBehavior.NEED_KEY && !!menuHoverId.value);
|
1942
1942
|
return _context2.abrupt("return");
|
1943
1943
|
case 27:
|
1944
1944
|
if (usingItem.value) {
|