neilime / zf2-twb-bundle

Zend Framework module for easy integration of Twitter Bootstrap
http://neilime.github.io/zf2-twb-bundle/
MIT License
143 stars 94 forks source link

Button groups rendered n-1 times for n buttons #196

Closed rarog closed 7 years ago

rarog commented 7 years ago

In the current state the button group is rendered n-1 times for n buttons.

This means, it is working as expected only if I have 2 buttons. For 1 button in button group it isn't rendered at all. For 10 buttons in button group it's rendered 9 times.