[Calendar][PrimeIcons] - Chevrons lack tabindex which interrupts tabbing, empty href #6270
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
primeng/src/app/components/calendar/calendar.ts
Lines 45 to 50 in 189a80d
Chevrons get "tabbed" to, which makes tabbing out of a Calendar a 2-tab process.
Replicatable on https://www.primefaces.org/primeng/#/calendar , enter a Calendar, press "tab", you can breakpoint and/or notice the left chevron colouring blue.
Fix: Give the
<a>
a tabindex of-1
Additionally, empty href's should be replaced by appropriate cursor styling
The text was updated successfully, but these errors were encountered: