README.md in repres-bootstrap-1.1 vs README.md in repres-bootstrap-1.2

- old
+ new

@@ -22,10 +22,11 @@ ## Include the Helper in your Application Controller before Render the Style or Script with the helper methods ```ruby include Repres::Bootstrap::ApplicationHelper +include Repres::Bootstrap::FormHelper ``` ## Render the Pre-defined Partials @@ -200,5 +201,12 @@ - input_prefix: the HTML source codes of input group addon before the form control. - input_suffix: the HTML source codes of input group addon after the form control. - input_accept: The HTML 5 attribute for the file input tag. - input_data: The HTML 5 Data attribute for the input tag. - error_hidden: Determines whether the error message block should be shown if the field has any error. + +- disabled: the disabled attribute of a HTML input tag. +- maxlength: the maxlength attribute of a HTML input tag. +- placeholder: the placeholder attribute of a HTML input tag. +- readonly: the readonly attribute of a HTML input tag. +- required: the required attribute of a HTML input tag. +- rows: the rows of a HTML Text Area