We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ff004 commit d627f9dCopy full SHA for d627f9d
src/views/buttongroup.php
@@ -2,15 +2,15 @@
2
<div <?= $options['wrapperAttrs'] ?> >
3
<?php endif; ?>
4
5
- <?php if ( $options['splitted'] ): ?>
+ <?php if ( !$options['splitted'] ): ?>
6
<div class="btn-group btn-group-<?= $options['size'] ?>">
7
8
9
<?php foreach($options['buttons'] as $button): ?>
10
<?= Form::button($button['label'], $button['attr']) ?>
11
<?php endforeach; ?>
12
13
14
</div>
15
16
0 commit comments