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
Test your page by filling in data for the field, and click on the reset button : you should see the console log with the reinitialized data for the field, and the field should be reinitialized
Add DevTools to the page and click the reset button
Result
The console log is shown only the second time the reset button is clicked
The field is reset only the second second time the reset button is clicked
Everything works fine if DevTools are not enabled
Expected result
The console log should be shown with the reinitialized data
The field should be reinitialized
The text was updated successfully, but these errors were encountered:
When DevTools are enabled, re-initializing fields by resetting them only work the second time.
I created a Code sandbox to reproduce the issue
Steps to reproduce
watch
for that fieldreset
methodResult
Expected result
The text was updated successfully, but these errors were encountered: