you have an error in BootstrapForm rendering. If is defined group witch contains BootstrapRow, then is rendered multiple duplicity rows with their contents and at the end is rendered Group.
Error is in class BootstrapRow, where you don't make $this-setOption(rendered, true);
Hello,
you have an error in BootstrapForm rendering. If is defined group witch contains BootstrapRow, then is rendered multiple duplicity rows with their contents and at the end is rendered Group.
Error is in class BootstrapRow, where you don't make $this-setOption(rendered, true);
Thanks for fix it.
Example: