async-validator
async-validator copied to clipboard
[Feature Request] allow sync validator return implicit boolean value or add doc
When a validator function return "un-strict" boolean value(like 0, 1), the result promise will be pending forever. This issue make me stuck for hours. I think it will help people facing the same problem If you can allow return implict boolean value or document that it only accpets explict boolean value, which will be much appreciated.