Input Group Button Support by rdohms · Pull Request #287 · braincrafted/bootstrap-bundle

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

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']
                        )
                    )
                ]);
```
Renaming all btn references to button.