We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The attribute tabindex is not set on both navigation buttons (next and previous) on TabList
tabindex
TabList
#17269
No response
https://stackblitz.com/edit/orpkxraq-wspx721e?file=src%2Fapp%2Ftabs-controlled-demo.html
MacOS
19.0.5
v19
22.12.0
Chrome
tabindex="[Computed: 1]"
The tabindex should be just 1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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: