kirkouimet / jformer

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms.
http://www.jformer.com/
155 stars 46 forks source link

Email validation option accepts emails with dashes #12

Closed Hamled closed 11 years ago

Hamled commented 11 years ago

Hyphen was not escaped in the local part's character class.

This still leaves the regex short of what is recommended by RFC 3696. The correct solution may be to use the "email" value for the type attribute on component's associated input element, introduced in HTML5.

kirkouimet commented 11 years ago

Hamled you are dominating, thanks for the awesome pull requests!

Hamled commented 11 years ago

Just glad I have the opportunity to contribute :)