mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
The components can't focus and the dropdown can't close when clicking 'Sorry, no matching options' https://github.com/sagalbot/vue-select/issues/648
This commit is contained in:
@@ -377,7 +377,7 @@
|
||||
</slot>
|
||||
</a>
|
||||
</li>
|
||||
<li v-if="!filteredOptions.length" class="no-options">
|
||||
<li v-if="!filteredOptions.length" class="no-options" @mousedown.stop="">
|
||||
<slot name="no-options">Sorry, no matching options.</slot>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user