primeng icon indicating copy to clipboard operation
primeng copied to clipboard

Component: Table "Ctrl + A" selects all rows even in selectionMode "single"

Open Airdevelopments opened this issue 1 year ago • 0 comments

Describe the bug

When using selectionMode = 'single', multiple rows can still be selected by using the shortcut Ctrl + A.

bug

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

  1. Open official component docs
  2. Go to example of table with single row selection mode https://primeng.org/table#single-selection
  3. Select one row
  4. Press Ctrl + A

Expected behavior

No response

Airdevelopments avatar Feb 13 '24 11:02 Airdevelopments