mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add comment
This commit is contained in:
parent
f230253658
commit
cb3f9686b9
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ export default {
|
|||
onEscapeKey(event) {
|
||||
this.overlayVisible && this.hide(true);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
event.stopPropagation(); //@todo will be changed next versionss
|
||||
},
|
||||
onTabKey(event, pressedInInputText = false) {
|
||||
if (!pressedInInputText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue