Fixed #2241 - Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus
parent
5844180d8e
commit
5323655dd1
|
@ -333,8 +333,7 @@ export default {
|
|||
}
|
||||
break;
|
||||
|
||||
//enter and escape
|
||||
case 13:
|
||||
//escape
|
||||
case 27:
|
||||
if (this.overlayVisible) {
|
||||
this.hide();
|
||||
|
|
Loading…
Reference in New Issue