Fixed #2241 - Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus

pull/2264/head
Tuğçe Küçükoğlu 2022-03-04 16:11:48 +03:00 committed by Tuğçe Küçükoğlu
parent 5844180d8e
commit 5323655dd1
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ export default {
}
break;
//enter and escape
case 13:
//escape
case 27:
if (this.overlayVisible) {
this.hide();