-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
pSelectableRow blocks typing space on inputs in p-table #15160
Comments
I am using this code @HostListener('keydown.space', ['$event'])
|
This is also the case for a textarea in a tree. See #9893 (comment) |
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation and try the latest PrimeNG version(v19). If there is no improvement on this, can you open a new issue so we can include it in our roadmap? Thanks a lot for your understanding! |
Describe the bug
Current behavior
a row with pSelectableRow (<tr [pSelectableRow]="...">) blocks inputs from typing whitespace.
I used parth181195 fix for now
#9893
Environment
"primeng": "^16.9.1",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
Reproducer
No response
Angular version
16.2.12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
No response
Steps to reproduce the behavior
Click on field will not take any spaces nor can I paste.
Expected behavior
Accept spaces and allow pasting
The text was updated successfully, but these errors were encountered: