trenpixster / addict

User management lib for Phoenix Framework
MIT License
645 stars 99 forks source link

Hitting enter on forms doesn't submit them #103

Open asterite opened 8 years ago

asterite commented 8 years ago

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.