提交 88f25524 编写于 作者: G guofeilong

* Add logic to hideDrop Func

上级 7416b0da
......@@ -269,7 +269,7 @@
if (options.disableEmptySearch && !that.dropListShowed && searchValue ) {
that.showDropList()
}
if (options.disableEmptySearch && !searchValue) {
if (options.disableEmptySearch && !searchValue && that.dropListShowed ) {
that.hideDropList()
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册