bootforms
bootforms copied to clipboard
Update with new addons features
For example:
{!! BootForm::inputGroup('Search date', 'date_start') ->addGroupClass('col-md-2') ->addClass('date') ->afterAddon(icon('date')) ->addAddonClass('input-addon-customize') ->addAddonId('open-modal') ->required() !!}
Now I can open a bootstrap modal, just clicking in the addon, and also, customize the addon with a custom css class.