Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Group Button Support #287

Merged
merged 2 commits into from
Aug 15, 2014

Commits on Aug 14, 2014

  1. Input Group Button Support

    Added a new Extension to allow people to append buttons to inputs as well as icons.
    Will add examples to the docs repo also. But this is what it looks like:
    
    ```
    $builder
                ->add('keywords', 'text', [
                        'label' => false,
                        'attr' => array(
                            'input_group' => array(
                                'btn_append' => ['name' => 'search', 'type' => 'submit']
                            )
                        )
                    ]);
    ```
    rdohms committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    de83f9e View commit details
    Browse the repository at this point in the history
  2. Refactor

    Renaming all btn references to button.
    rdohms committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    fd82e30 View commit details
    Browse the repository at this point in the history