Skip to content

Commit 8dbd99b

Browse files
tuanna45Damian Dulisz
authored andcommitted
Fix bug about the display of dropdown list when click on scrollbar in IE11 (shentao#491)
1 parent 94d956f commit 8dbd99b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Multiselect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<div
6161
class="multiselect__content-wrapper"
6262
v-show="isOpen"
63+
@focus="activate()"
6364
@mousedown.prevent
6465
:style="{ maxHeight: optimizedHeight + 'px' }"
6566
ref="list">

0 commit comments

Comments
 (0)