Skip to content

Commit c864392

Browse files
committed
Merge pull request select2#2326 from dawnhammond/feature/2084
Fix issue with dropdown menu getting stuck in IE when using multiselect
2 parents 85a194d + 796661a commit c864392

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

select2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,6 +2651,7 @@ the specific language governing permissions and limitations under the Apache Lic
26512651
.attr('for', this.search.attr('id'));
26522652

26532653
this.search.on("input paste", this.bind(function() {
2654+
if (this.search.attr('placeholder') && this.search.val().length == 0) return;
26542655
if (!this.isInterfaceEnabled()) return;
26552656
if (!this.opened()) {
26562657
this.open();

0 commit comments

Comments
 (0)