-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Table pSelectableRow: cannot type space into an pInputText component #14531
Comments
I am having the same issue. I was about to create a issue, but I saw this. This may help to move to a solution quickly. I had to roll back to 16.5.0 to get this to work again. I am having an issue with a InputText inside of a Table where there is a Here is the code to repro this issue: Template:
Backing code:
Can someone explain why this is behaving the way it is? |
I think I found the problem with Stackblitz Demo |
Hi, Thanks a lot for your report and sample link! I added a milestone. We'll fix it before the milestone is released. |
The same issue exists when input is in a OrderList component. |
This is still an issue with the p-columnFilter component. |
If you use p-columnFilter and sorting, then you may use (keydown.space)="$event.stopPropagation()" for p-columnFilter, this work for me. |
Describe the bug
When using pSelectableRow in a table-row and an pInputText component (e.g. in a cell-editor) in a cell it is not possible to type a space-sign into the input field.
Environment
Angular
Reproducer
No response
Angular version
17.0.10
PrimeNG version
17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
Chrome 120
Steps to reproduce the behavior
Expected behavior
Should be possible to add a space sign
The text was updated successfully, but these errors were encountered: