mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-16 14:40:35 +03:00
fix: removed stoppropagation
This commit is contained in:
@@ -566,7 +566,6 @@ export default {
|
||||
// Tab 9 or Enter 13
|
||||
if (keyCode === 9 || keyCode === 13) {
|
||||
// ie emit the watch before the change event
|
||||
event.stopPropagation()
|
||||
this.handleChange()
|
||||
this.userInput = null
|
||||
this.closePopup()
|
||||
|
||||
Reference in New Issue
Block a user