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
When I activate the resetForm and follow the tips from the Conform Remix documentation, I have an unexpected behaviour when I use the keyboard to submit the form.
Click "Enter" from a field → you will see that the form is not reset.
Moreover, a second POST request is made on the page itself (not on the loader ?_data is missing), that is not normal.
Click on the submit button → you will see that the form is reset as expected.
Only one POST request as expected.
If you change the code to disable the resetForm: resetForm: false, and retry the same test.
The form is not reset, but you will see that in both cases (keyboard and click), there is only one POST request.
What browsers are you seeing the problem on?
Chrome
Screenshots or Videos
As you can see here:
Screen.Recording.July.7.mov
The form is not reset when I submit the form from the "Enter" key on my keyboard from a field. But when I click on the submit button, the form is reset as expected.
Additional context
I don't understand why when I use the keyboard to submit the form on Chrome, there is second POST requests?
The text was updated successfully, but these errors were encountered:
Describe the bug and the expected behavior
When I activate the
resetForm
and follow the tips from the Conform Remix documentation, I have an unexpected behaviour when I use the keyboard to submit the form.Conform version
v1.1.5
Steps to Reproduce the Bug or Issue
No problem on Safari, only on Chrome...
?_data
is missing), that is not normal.resetForm: false
, and retry the same test.What browsers are you seeing the problem on?
Chrome
Screenshots or Videos
As you can see here:
Screen.Recording.July.7.mov
The form is not reset when I submit the form from the "Enter" key on my keyboard from a field. But when I click on the submit button, the form is reset as expected.
Additional context
I don't understand why when I use the keyboard to submit the form on Chrome, there is second POST requests?
The text was updated successfully, but these errors were encountered: