未验证 提交 2f299296 编写于 作者: View Design's avatar View Design 提交者: GitHub

Update select.vue

typo
上级 a80dcf46
......@@ -334,7 +334,7 @@
lastRemoteQuery: '',
unchangedQuery: true,
hasExpectedValue: false,
isTyping: false, // #728
isTyping: false, // #728
preventRemoteCall: false,
filterQueryChange: false, // #4273
};
......@@ -582,7 +582,7 @@
hideMenu () {
this.toggleMenu(null, false);
// fix #728
this.isTyping = false
this.isTyping = false;
setTimeout(() => this.unchangedQuery = true, ANIMATION_TIMEOUT);
},
onClickOutside(event){
......@@ -738,7 +738,7 @@
}, ANIMATION_TIMEOUT);
},
onQueryChange(query) {
this.isTyping = true
this.isTyping = true;
if (query.length > 0 && query !== this.query) {
// in 'AutoComplete', when set an initial value asynchronously,
// the 'dropdown list' should be stay hidden.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册