Open guilherme-santos opened 8 years ago
Hi,
The class TwbBundle\View\Helper\TwbBundleLabel
does not render form label, it renders bootstrap label (http://getbootstrap.com/components/#labels)
You're right ! I have fixed the config, please let me know if it works for you now
Thank you
Hi,
https://github.com/neilime/zf2-twb-bundle/blob/master/src/TwbBundle/View/Helper/TwbBundleLabel.php#L33
In this line you're expecting for a string while FormLabel from ZF2 is expect an elementhttps://github.com/zendframework/zend-form/blob/master/src/View/Helper/FormLabel.php#L43
you should remain compatible, right?