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
When opening the calendar and clicking an arrow down, DatePicker throws an error:
TypeError: Cannot read properties of undefined (reading 'focus')
at Proxy.trapFocus (primevue_datepicker.js?v=ecbf9ced:4352:46)
at Proxy.onKeyDown (primevue_datepicker.js?v=ecbf9ced:4407:14)
at callWithErrorHandling (chunk-YYVLN2RI.js?v=ecbf9ced:1678:19)
at callWithAsyncErrorHandling (chunk-YYVLN2RI.js?v=ecbf9ced:1685:17)
at HTMLInputElement.invoker (chunk-YYVLN2RI.js?v=ecbf9ced:10331:5)
Vue throws a warning with this info:
[Vue warn]: Unhandled error during execution of native event handler
at <InputText key=0 ref=fn<bound inputRef> id=null ... >
at <DatePicker unstyled="" showIcon="" iconDisplay="button" ... >
at <App>
Describe the bug
When opening the calendar and clicking an arrow down, DatePicker throws an error:
Vue throws a warning with this info:
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-1kvrox?file=src%2FApp.vue
PrimeVue version
4.0.0-rc.3
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome 126, Safari 17
Steps to reproduce the behavior
unstyled
propertyExpected behavior
Navigating the calendar should work with arrow keys.
The text was updated successfully, but these errors were encountered: