Closed muddydixon closed 10 years ago
This change enables to check the key with "." from nested object. Thus we can check bellow:
var target = {info: {email: "joe@gmail.com"}}; new Checkit({ "info.email": ["required", "email"] }).run(target); // => ok
Neat, thanks
thx!
This change enables to check the key with "." from nested object. Thus we can check bellow: