DEV Community

Discussion on: Angular forms - NEVER rely on a disabled "submit" button!

Collapse
 
cogoo profile image
C.OG

Surely it adds value. Are you suggesting to do no client-side validation? I agree that validation needs to be done on the server, but that doesn't seem to be the focus of this article

Collapse
 
lukoerfer profile image
Lukas Körfer

The client-side validation is achieved by disabling the button (and maybe by showing a message) based on a validation rule.