Closed georgearnall closed 8 years ago
Added ability to generate elements with no label by setting label to false. Eg: BootForm::text('username', false);
label
false
BootForm::text('username', false);
Preview:
Awesome, thanks so much for your work on this. Will get a tagged release out shortly.
No problem, needed this feature for a project, glad I could help out.
Added ability to generate elements with no label by setting
label
tofalse
. Eg:BootForm::text('username', false);
Preview: