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
1 changed files with 5 additions and 1 deletions

View File

@ -376,7 +376,11 @@ the site this may or may not be desired. In many cases it can break existing UI'
The following configuration option permits disabling all HTML5 extensions:
SimpleForm.use_html5 = false # default is true
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.