jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
527 stars 52 forks source link

Form without a name or key throws 'Cannot trigger a submit for a Form from within a different form' #107

Closed rosskevin closed 7 years ago

rosskevin commented 7 years ago

Cannot trigger a submit for a Form from within a different form

required_fields_-_dummy_com

I neither provided a form name nor a form key. Should a form work without a name or key specified?

jquense commented 7 years ago

yes its a bug. I have it fixed locally just need to push a release

jquense commented 7 years ago

fixed in 0.24.1

rosskevin commented 7 years ago

Awesome, thanks for the support.