▲ | skydhash 11 hours ago | ||||||||||||||||
That’s not validation. It’s more like helpful hints. | |||||||||||||||||
▲ | fkyoureadthedoc 11 hours ago | parent | next [-] | ||||||||||||||||
A pointless distinction when we all know what we're talking about. | |||||||||||||||||
| |||||||||||||||||
▲ | graemep 11 hours ago | parent | prev | next [-] | ||||||||||||||||
What is the difference? The same is true for any JS "validation" and I was using common terminology. From a user point of view as long as you keep the feedback loop short what difference can they see? | |||||||||||||||||
▲ | cenamus 11 hours ago | parent | prev | next [-] | ||||||||||||||||
Neither is it validation when you use JS if the server doesn't check it. You can always send requests with postman, curl or your tool of choice. | |||||||||||||||||
▲ | naasking 11 hours ago | parent | prev [-] | ||||||||||||||||
Helpful hints are all you can rely on from client-side. Client-side validation doesn't really exist, true validation only happens server-side. |