Merge pull request #6068 from andrew-cmdltt/issue-5870

fix: add @keydown emit event in DatePicker component
pull/6161/head
Tuğçe Küçükoğlu 2024-08-01 11:16:35 +03:00 committed by GitHub
commit 5b18a77f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2645,6 +2645,8 @@ export default {
/* NoOp */ /* NoOp */
} }
} }
this.$emit('keydown', event);
} }
}, },
overlayRef(el) { overlayRef(el) {