You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2018. It is now read-only.
New option to customize the css inside the addon component
If we want to add a custom css to the input-group-addon:
<div class="input-group"><input type="text" name="example2"><span
class="input-group-addon newCss1 newCss2">@domain.com</span></div>
Using something like this:
$input->afterAddon('@domain.com')->addAddonCss('newCss1')->addAddonCss('
newCss2');
0 commit comments