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
It appears the Form Modal example in v12 doesn't properly handle the value on submit click (the log does not appear in the console on submit click). The same example in v11 does properly register the console.log with the expected value.
To Reproduce
Steps to reproduce the behavior:
Navigate to the Form Modal example in v12, type into the form fields, open the console, click "Submit". The console.log won't appear.
Now navigate to the same example in v11, and complete the form. The console.log will appear on "Submit".
🐛 Bug Report
It appears the Form Modal example in v12 doesn't properly handle the value on submit click (the log does not appear in the console on submit click). The same example in v11 does properly register the
console.log
with the expected value.To Reproduce
Steps to reproduce the behavior:
console.log
won't appear.console.log
will appear on "Submit".Expected Behavior
I expected the console.log to appear on "Submit" click in the Form Modal example in v12.
Actual Results
The log did not appear on "Submit" click.
v12 Form Modal:
Screen.Recording.2025-01-08.at.8.46.13.AM.mov
v11 Form Modal:
Screen.Recording.2025-01-08.at.8.45.18.AM.mov
The text was updated successfully, but these errors were encountered: