Merge branch 'master' of https://github.com/primefaces/primevue
commit
411d580780
|
@ -192,7 +192,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onKeyDown(event) {
|
onKeyDown(event) {
|
||||||
if (event.code === 'Escape' && this.closeOnEscape) {
|
if (event.code === 'Escape' || this.closeOnEscape) {
|
||||||
this.visible = false;
|
this.visible = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue