Component: TreeTable is not responding to space key in PrimeNG inputs #16748
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
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.
The text was updated successfully, but these errors were encountered: