Skip to content

Commit 623df81

Browse files
Pyro979sagalbot
authored andcommitted
Proposed fix for sagalbot#648 (sagalbot#664)
The components can't focus and the dropdown can't close when clicking 'Sorry, no matching options' sagalbot#648
1 parent 582c370 commit 623df81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
</slot>
378378
</a>
379379
</li>
380-
<li v-if="!filteredOptions.length" class="no-options">
380+
<li v-if="!filteredOptions.length" class="no-options" @mousedown.stop="">
381381
<slot name="no-options">Sorry, no matching options.</slot>
382382
</li>
383383
</ul>

0 commit comments

Comments
 (0)