mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Better delay
This commit is contained in:
parent
69d4c2eac8
commit
40a3d77e7f
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ export default {
|
|||
|
||||
setTimeout(() => {
|
||||
this.hide();
|
||||
}, 100);
|
||||
}, 200);
|
||||
},
|
||||
onEditableInput(event) {
|
||||
this.$emit('input', event.target.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue