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;
|
break;
|
||||||
|
|
||||||
//enter and escape
|
//escape
|
||||||
case 13:
|
|
||||||
case 27:
|
case 27:
|
||||||
if (this.overlayVisible) {
|
if (this.overlayVisible) {
|
||||||
this.hide();
|
this.hide();
|
||||||
|
|
Loading…
Reference in New Issue