Lansoweb / LosUi

ZF2 Module for UI using Bootstrap3, jQuery, Chosen, etc
http://en.leandrosilva.info/zf2-modules
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Form buttons #8

Closed angelov-todor closed 9 years ago

angelov-todor commented 9 years ago

https://github.com/Lansoweb/LosUi/blob/master/src/LosUi/Form/View/Helper/Form.php#L58

perhaps the check can be made with Submit too...

if ($element instanceof Button || $element instanceof \Zend\Form\Element\Submit)

Lansoweb commented 9 years ago

@angelov-todor You're right! Will update the code today. Thanks again!

Lansoweb commented 9 years ago

Fixed on 1.0.19.

angelov-todor commented 9 years ago

Tnanks.