adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Fix return of method Form Group Horizontal for GroupWrapper #34

Closed moura137 closed 10 years ago

moura137 commented 10 years ago

The horizontal form was returning the "form group" direct. Thus it was not possible to change the attributes of the control.

BootForm::text('Name', 'name')->attribute('maxlength', '50 ')
adamwathan commented 10 years ago

Thanks!