How do I enable browser validation with the simple form gem for Rails? The novalidate attribute is set on my forms now that I use simple form.
How do I enable browser validation with the simple form gem for Rails? The novalidate attribute is set on my forms now that I use simple form.
In the initializer simple_form.rb which the gem generated for you, set config.browser_validations to true.