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
Is there any reason the form logic is done in JS instead of using HTML <form> tags? I think a lot of logic and code could be removed/simplified this way, and hitting "enter" on forms would work out of the box.
The text was updated successfully, but these errors were encountered:
Is there any reason the form logic is done in JS instead of using HTML
<form>
tags? I think a lot of logic and code could be removed/simplified this way, and hitting "enter" on forms would work out of the box.The text was updated successfully, but these errors were encountered: