提交 7416b0da 编写于 作者: G guofeilong

* update disableEmpty Use whilte unremote

上级 aae653ee
...@@ -266,6 +266,12 @@ ...@@ -266,6 +266,12 @@
} }
$container.toggleClass('picker-input-empty', !searchValue.length); $container.toggleClass('picker-input-empty', !searchValue.length);
that.tryUpdateList(searchValue); that.tryUpdateList(searchValue);
if (options.disableEmptySearch && !that.dropListShowed && searchValue ) {
that.showDropList()
}
if (options.disableEmptySearch && !searchValue) {
that.hideDropList()
}
}); });
if (options.hotkey) { if (options.hotkey) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册