From 623df819ae208c8e2384a8f93268bddeb7b4c82e Mon Sep 17 00:00:00 2001 From: Pyro979 Date: Wed, 5 Dec 2018 13:19:30 -0500 Subject: [PATCH] Proposed fix for #648 (#664) 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 --- src/components/Select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Select.vue b/src/components/Select.vue index 4db3ba5..8f618db 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -377,7 +377,7 @@ -
  • +
  • Sorry, no matching options.