code-forge-io / code-forge-io/remix-hook-form
Field `method` in values causes form to fail submission
Open
- Dominant language
- TypeScript
- Stars
- 453
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.