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

Editable Component Value Propagation Issue #969

Open
1 task done
yashnarkhedkar opened this issue Oct 31, 2023 · 0 comments
Open
1 task done

Editable Component Value Propagation Issue #969

yashnarkhedkar opened this issue Oct 31, 2023 · 0 comments

Comments

@yashnarkhedkar
Copy link

  • Bug

Specs

Version: 2.21.0
Browser: Chrome

Expected Behavior

I expected that updating the value of one editable component would not affect other components.

Actual Behavior

When I update the value of one editable component and use an event listener to track changes, the updated hook will call of all other components. This unintended behavior modifies rows.field.value for all components.

Steps to Reproduce the Problem

  1. Create a table with editable components (e.g., input fields).
  2. Add an event listener to track changes in these components.
  3. Update the value of one component.
  4. The updated hook will call of all other components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant