Skip to content

Commit

Permalink
Merge pull request #406 from ielgnaw/patch
Browse files Browse the repository at this point in the history
feat: bump to 2.5.6-beta.3
  • Loading branch information
ielgnaw authored Jun 7, 2023
2 parents afabb7d + 4f94379 commit 8d2da9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions example/components/changelog/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

<div class="changelog-wrapper">

### 2.5.6-beta.3 {page=#/changelog}

* **[fix]**:
- [SearchSelect 查询选择器](#/searchselect) 修复 window 系统中,中文输入法的情况下,输入后直接回车数据展示问题

---

### 2.5.6-beta.2 {page=#/changelog}

* **[add]**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bk-magic-vue",
"version": "2.5.6-beta.2",
"version": "2.5.6-beta.3",
"description": "基于蓝鲸 Magicbox 和 Vue 的前端组件库",
"main": "dist/bk-magic-vue.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/search-select/search-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ export default {
}, false, needShowPopover)
}
resolve()
}, 0)
}, 10)
}
})
needEmitKeyEnter && this.$emit('key-enter', e)
Expand Down

0 comments on commit 8d2da9c

Please sign in to comment.