Hey!
I'm using the gem
https://github.com/alexdunae/validates_email_format_of,
it's a simple gem that define an ActiveModel::EachValidator, to
validate e-mail formats.
I'm using an ActiveModel in the contact form, all inputs associated
with rails-core-validations appear with star prepending the label, but
the e-mail input doesn't appear with the required mark.
What is simple_form using to set an input as required?
Cheers,
Pablo Cantero