manavo / laravel-bootstrap-forms

ABANDONED - Using @stidges' code for bootstrap forms to create a composer package.

Home Page:http://blog.stidges.com/post/easy-bootstrap-forms-in-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn off help-block

jonkristian opened this issue · comments

Hi, would it be possible to get a configuration file published to allow turning off help-block, or turn off help-block in each openGroup, for instance:

Form::openGroup('address', 'Address', array('class' => 'some-class', 'help-block' => 'off'))

Visually on some fields i'd like to display the red border only.

Thanks to @vsposato's work in #7, you can now pass errorBlock (true/false) to options.