Guilherme Santos
Guilherme Santos
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 element `https://github.com/zendframework/zend-form/blob/master/src/View/Helper/FormLabel.php#L43` you should remain compatible, right?
Hi, It's more like a help and about your opnion... Before I use TwbBundle when I added new element I created new class inherit from FormElement, but now you overwrite...
Anyone can detail this new feature? @ppizarro @lborguetti
Version 2.6.2 broke for me... In this line `https://github.com/zendframework/zend-form/blob/master/src/Form.php#L365` you're looking for `$validationGroup[]`, but I'm using `setValidationGroup(field1, field2, field3)` or even `setValidationGroup(array(field1, field2, field3))`, in this case array will be...