From 557538837f7463e5fa4fd4a27e7e6ae334dc80d4 Mon Sep 17 00:00:00 2001 From: tomieric Date: Wed, 20 Oct 2021 10:36:45 +0800 Subject: [PATCH] fix(autocomplete): it's abount click clear button and the drop-down box does not appear fix #21377,fix #19050, fix #18970 --- examples/docs/zh-CN/input.md | 1 + packages/autocomplete/src/autocomplete.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/docs/zh-CN/input.md b/examples/docs/zh-CN/input.md index 03f394b66..2140a837e 100644 --- a/examples/docs/zh-CN/input.md +++ b/examples/docs/zh-CN/input.md @@ -549,6 +549,7 @@ export default { v-model="state" :fetch-suggestions="querySearchAsync" placeholder="请输入内容" + clearable @select="handleSelect" >