Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Update with new addons features #126

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update with new addons features #126

wants to merge 5 commits into from

Commits on Jan 16, 2017

  1. 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');
    daguilarm committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    84064ce View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Names update

    daguilarm committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    252a83e View commit details
    Browse the repository at this point in the history
  2. Add addon ID attribute!!!

    daguilarm committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    3eeb7d1 View commit details
    Browse the repository at this point in the history
  3. Fix problem

    daguilarm committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    5070a98 View commit details
    Browse the repository at this point in the history
  4. Update tests

    daguilarm committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    6e0e544 View commit details
    Browse the repository at this point in the history