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
A form has a 2 text input fields and a button with the Update intent that updates multiple fields.
The update button works when a field doesn't have a value yet. But it doesn't update the field when it already has a value.
Expected:
Both inputs should show the value "updated".
Actual:
Only the 2nd input show the value "updated".
What browsers are you seeing the problem on?
Chrome, Firefox, Microsoft Edge, Safari
Screenshots or Videos
No response
Additional context
It seems the key prop doesn't get updated when updateing multiple fields at the same time.
If I add these lines the key prop keeps getting logged as undefined.
Thank you so much. I always learn a lot by viewing the changes you make to fix these kind of issues, so I really appreciate it. I also love how easy it is to tinker around via the playground project.
Describe the bug and the expected behavior
A form has a 2 text input fields and a button with the Update intent that updates multiple fields.
The update button works when a field doesn't have a value yet. But it doesn't update the field when it already has a value.
Conform version
v1.1.0
Steps to Reproduce the Bug or Issue
You can also click this link and skip step 1-3: https://stackblitz.com/edit/stackblitz-starters-aekwz8?file=app%2Fpage.tsx
Expected:
Both inputs should show the value "updated".
Actual:
Only the 2nd input show the value "updated".
What browsers are you seeing the problem on?
Chrome, Firefox, Microsoft Edge, Safari
Screenshots or Videos
No response
Additional context
It seems the key prop doesn't get updated when updateing multiple fields at the same time.
If I add these lines the key prop keeps getting logged as
undefined
.The text was updated successfully, but these errors were encountered: