You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error when trying to manually type in the date:
TypeError: Cannot read properties of undefined (reading 'focus')
at VueComponent.focusTimePicker (t-datepicker.js?0e0b:4180)
at keydown (t-datepicker.js?0e0b:4455)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1863)
at Proxy.invoker (vue.runtime.esm.js?2b0e:2188)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1863)
at Proxy.Vue.$emit (vue.runtime.esm.js?2b0e:3903)
at keydown (t-datepicker.js?0e0b:1514)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1863)
at HTMLInputElement.invoker (vue.runtime.esm.js?2b0e:2188)
at HTMLInputElement.original._wrapper (vue.runtime.esm.js?2b0e:6961)
There is an error when trying to manually type in the date:
Here is my component:
Anybody already had this issue and is there maybe a workaround?
The text was updated successfully, but these errors were encountered: