[validation] required returning false not working

[validation] required returning false not working

when doing this on a select with val: null and string: ---

dob: { required: function(element) { return false;}},

Is marked as valid, no matter what is returned.

Any clue?

jQuery validation plug-in 1.7
jQuery 1.4.2
jQuery UI 1.8