Skip to content

Commit

Permalink
Merge pull request bootstrap-ruby#184 from msmithstubbs/patch-1
Browse files Browse the repository at this point in the history
`true` in example should be boolean
  • Loading branch information
potenza committed Feb 18, 2015
2 parents f45d8e5 + 353f08f commit bf49923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To hide a label, use the `hide_label: true` option. This adds the `sr-only`
class, which keeps your labels accessible to those using screen readers.

```erb
<%= f.text_area :comment, hide_label: :true, placeholder: "Leave a comment..." %>
<%= f.text_area :comment, hide_label: true, placeholder: "Leave a comment..." %>
```

To add custom classes to the field's label:
Expand Down

0 comments on commit bf49923

Please sign in to comment.