dwightwatson / bootstrap-form

Bootstrap 3 form builder for Laravel
MIT License
217 stars 133 forks source link

No label Option #67

Closed georgearnall closed 8 years ago

georgearnall commented 8 years ago

Added ability to generate elements with no label by setting label to false. Eg: BootForm::text('username', false);

Preview: screen shot 2016-10-23 at 15 46 53

dwightwatson commented 8 years ago

Awesome, thanks so much for your work on this. Will get a tagged release out shortly.

georgearnall commented 8 years ago

No problem, needed this feature for a project, glad I could help out.