1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Add disable_browser_validations option on README

This commit is contained in:
Rafael Mendonça França 2011-04-07 21:47:30 -03:00
parent 12cae98a62
commit 5bf135ae93

View file

@ -378,6 +378,10 @@ The following configuration option permits disabling all HTML5 extensions:
SimpleForm.use_html5 = false # default is true
Or you can use the following configuration to disable only the browser validation:
SimpleForm.disable_browser_validations = true # default is false
You can do this in the configuration block, generated in the following section.
== Configuration