TabList: Tabindex of Navigation Buttons (Next/Previous) not set #17270
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The attribute
tabindex
is not set on both navigation buttons (next and previous) onTabList
Pull Request Link
#17269
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/orpkxraq-wspx721e?file=src%2Fapp%2Ftabs-controlled-demo.html
Environment
MacOS
Angular version
19.0.5
PrimeNG version
v19
Node version
22.12.0
Browser(s)
Chrome
Steps to reproduce the behavior
tabindex
of the DOM node for the next button (plus sign), which saystabindex="[Computed: 1]"
Expected behavior
The tabindex should be just 1
The text was updated successfully, but these errors were encountered: