Brandon Poe

Results 4 comments of Brandon Poe

Perhaps not the most elegant solution, but you could do the following: ``` $('#awesomeForm').isHappy({ fields: { '#yourName': { required: true, } }, errorTemplate: function() { return ''; } }); ```

[RMC952](https://tools.ietf.org/html/rfc952) States: > A "name" (Net, Host, Gateway, or Domain name) is a text string up > to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus > sign...

I wouldn't mind helping. I agree strongly with your three points, so I don't see that being an issue.

The problem is that some users are counting on this test _not_ firing on the `when` event. To change the behavior would cause unexpected results for those users should they...