You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a table with editable components (e.g., input fields).
Add an event listener to track changes in these components.
Update the value of one component.
The updated hook will call of all other components.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: