Calendar: Accessibility features broken when hour-format="12" #4287
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The accessibility features built in to the Calendar input don't work when
hour-format="12"
.In particular, the focus trap is broken and selecting a date with space or enter does not close the popup.
The features appear to work as expected with
show-time="true"
, then break whenhour-format
is applied.See CodeSandbox.
Reproducer
https://codesandbox.io/s/relaxed-silence-v5v46f?file=/src/App.vue
PrimeVue version
^3.9.1
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: