Closed rubyconvict closed 9 years ago
In the meantime you can work around it like this:
= f.text_field(:email, :validate => true, :type => "email")
The FormBuilder is here – always happy to accept pull requests if anyone has the time.
FormBuilder
In the meantime you can work around it like this: