Skip to content
New issue

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

Component: TreeTable is not responding to space key in PrimeNG inputs #16748

Open
adhed opened this issue Nov 14, 2024 · 0 comments
Open

Component: TreeTable is not responding to space key in PrimeNG inputs #16748

adhed opened this issue Nov 14, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@adhed
Copy link

adhed commented Nov 14, 2024

Describe the bug

There's a simple bug that the 'space' key is wrongly handled in TreeTable component. It's just handled like "enter", but it should be handled separately. The same as it was fixed for a "Tree" component here #16056

Environment

all

Reproducer

No response

Angular version

17

PrimeNG version

17.18.11

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20

Browser(s)

all

Steps to reproduce the behavior

Use a space in the editable field in TreeTable component. Nothing happens.

Expected behavior

Space key should work as expected so it should just add a space.

@adhed adhed added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant