update README [ci skip]

closes #845
This commit is contained in:
Vasiliy Ermolovich 2013-07-17 22:20:20 +03:00
parent d71ea16f23
commit b54c110022
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ You can also add `novalidate` to a specific form by setting the option on the fo
<%= simple_form_for(resource, html: {novalidate: true}) do |form| %>
```
Please notice that any of the configurations above will disable the `placeholder` component,
Please notice that any of the configurations above will not disable the `placeholder` component,
which is an HTML 5 feature. We believe most of the newest browsers are handling this attribute fine,
and if they aren't, any plugin you use would take of using the placeholder attribute to do it.
However, you can disable it if you want, by removing the placeholder component from the components