mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Fix unclickable dead zones around dropdown and dropdown arrow
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="vs__actions">
|
<div class="vs__actions" ref="actions">
|
||||||
<button
|
<button
|
||||||
v-show="showClearButton"
|
v-show="showClearButton"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@@ -620,6 +620,8 @@
|
|||||||
this.$el,
|
this.$el,
|
||||||
this.searchEl,
|
this.searchEl,
|
||||||
this.$refs.toggle,
|
this.$refs.toggle,
|
||||||
|
this.$refs.actions,
|
||||||
|
this.$refs.selectedOptions,
|
||||||
];
|
];
|
||||||
|
|
||||||
if (typeof this.$refs.openIndicator !== 'undefined') {
|
if (typeof this.$refs.openIndicator !== 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user