judgegem / judge

Client-side form validation for Rails
MIT License
256 stars 41 forks source link

'email_field' type missing in Judge::FormBuilder #31

Closed rubyconvict closed 9 years ago

wnm commented 10 years ago

In the meantime you can work around it like this:

= f.text_field(:email, :validate => true, :type => "email")
joecorcoran commented 9 years ago

The FormBuilder is here – always happy to accept pull requests if anyone has the time.