Skip to content

Commit

Permalink
Proposed fix for #648 (#664)
Browse files Browse the repository at this point in the history
The components can't focus and the dropdown can't close when clicking 'Sorry, no matching options' 
#648
  • Loading branch information
Pyro979 authored and sagalbot committed Dec 5, 2018
1 parent 582c370 commit 623df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 623df81

Please sign in to comment.