diff --git a/src/js/picker.js b/src/js/picker.js index 044e2f144ef881c5eecaa70ccae6de3de6f792d5..74607541d1b05043309b2ed7691f5a12e881cc50 100644 --- a/src/js/picker.js +++ b/src/js/picker.js @@ -269,7 +269,7 @@ if (options.disableEmptySearch && !that.dropListShowed && searchValue ) { that.showDropList() } - if (options.disableEmptySearch && !searchValue) { + if (options.disableEmptySearch && !searchValue && that.dropListShowed ) { that.hideDropList() } });