totaljs / framework

Node.js framework
http://www.totaljs.com
Other
4.36k stars 450 forks source link

Bad validation for ZIP #600

Closed rastislavcore closed 6 years ago

rastislavcore commented 6 years ago

ZIP validate only Slovak and Czech PSČ.

petersirka commented 6 years ago

It's valid for most of EU ZIP numbers. You can change validation here: https://docs.totaljs.com/latest/en.html#api~Framework~F.validators or you can create a custom validation in the schema declaration.

rastislavcore commented 6 years ago

Thank you for information.