style: 树下拉组件-下拉框关闭时清掉搜索的关键字

--bug=1047203 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001047203
This commit is contained in:
teukkk 2024-10-28 15:26:06 +08:00 committed by Craftsman
parent b0ca3786e0
commit 0286f5717e
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@
}
function handlePopupVisibleChange(val: boolean) {
if (!val) {
inputValue.value = '';
tempInputValue.value = '';
}
}