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
If I have a field with a name method the form fails to submit, saying method.toLowerCase() is not a function on method. I think for some reason it's being treated as the form submission method, and Remix them tries to lowercase the method="POST" to validate that.
The text was updated successfully, but these errors were encountered:
If I have a field with a name
method
the form fails to submit, sayingmethod.toLowerCase()
is not a function onmethod
. I think for some reason it's being treated as the form submission method, and Remix them tries to lowercase themethod="POST"
to validate that.The text was updated successfully, but these errors were encountered: