primeng
primeng copied to clipboard
Component: Table "Ctrl + A" selects all rows even in selectionMode "single"
Describe the bug
When using selectionMode = 'single', multiple rows can still be selected by using the shortcut Ctrl + A.
Environment
primeng: 17.6 angular: 17.1
Reproducer
No response
Angular version
17.1.0
PrimeNG version
17.6.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
Chrome 120
Steps to reproduce the behavior
- Open official component docs
- Go to example of table with single row selection mode https://primeng.org/table#single-selection
- Select one row
- Press Ctrl + A
Expected behavior
No response