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.
If I have a field with a name
methodthe 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.