emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

Generate client-side javascript form validation equal to server validation #63

Closed GiantCrocodile closed 4 years ago

GiantCrocodile commented 8 years ago

I think it would be useful if you have javascript based client-side validation too which checks for the same as your server validation and is generated automatically. This prevent users from submitting data before it is complete or correct: better usability and tiny less server load.

CompadreP commented 7 years ago

Yes, that's what I'm missing in Django. This could be really great.

GiantCrocodile commented 7 years ago

This should be optional and could be a cool extension :).

gi0baro commented 4 years ago

Closing this since too old and probably handled by #255