From 5323655dd142b7de04d4f8906cbe0dca0a09573a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 4 Mar 2022 16:11:48 +0300 Subject: [PATCH] Fixed #2241 - Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus --- src/components/multiselect/MultiSelect.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/multiselect/MultiSelect.vue b/src/components/multiselect/MultiSelect.vue index 9c8ccb338..0aa6c87f2 100755 --- a/src/components/multiselect/MultiSelect.vue +++ b/src/components/multiselect/MultiSelect.vue @@ -333,8 +333,7 @@ export default { } break; - //enter and escape - case 13: + //escape case 27: if (this.overlayVisible) { this.hide();