Input Group Button Support by rdohms · Pull Request #287 · braincrafted/bootstrap-bundle
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 178
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']
)
)
]);
```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters