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

PrimeNG Table OnEditComplete passing empty event parameters once fired #12299

Closed
mislesevomk opened this issue Nov 28, 2022 · 1 comment · Fixed by #12357
Closed

PrimeNG Table OnEditComplete passing empty event parameters once fired #12299

mislesevomk opened this issue Nov 28, 2022 · 1 comment · Fixed by #12357
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mislesevomk
Copy link

mislesevomk commented Nov 28, 2022

Describe the bug

I get empty event parameters in the console when firing the tab key to trigger OnEditComplete($event). The PointerEvent in my application doesn't have this issue. This issue is tied to #12160

Environment

Angular App that uses primeng Table to fill out form data

Reproducer

No response

Angular version

14.2.7

PrimeNG version

14.2.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.18.0

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

No response

@mislesevomk mislesevomk 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 28, 2022
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 30, 2022
@cetincakiroglu cetincakiroglu added this to the 15.0.0 milestone Nov 30, 2022
@cetincakiroglu cetincakiroglu self-assigned this Nov 30, 2022
@mislesevomk
Copy link
Author

Is there a way to have this functionality work without the p-cellEditor? I'm using a dynamic p-table and have regular forms for the user to fill out in the table. Clicking tab only fires OnEditComplete() once and doesn't fire for the rest of the inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants