1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/test/action_view_extensions
Carlos Antonio da Silva aab1976213 Change disable_browser_validations option to browser_validations
This option, when configured to false, will add to forms the "novalidate"
property, which instructs them to not validate any of the new HTML 5 inline
browser validations.

This commit inverts the current "meaning" of this configuration by removing the
"disable" prefix, making it more consistent.
2011-05-16 06:50:32 -03:00
..
builder_test.rb Wrap collection items in a span tag not div. 2011-04-06 00:33:41 -03:00
form_helper_test.rb Change disable_browser_validations option to browser_validations 2011-05-16 06:50:32 -03:00