You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be implemented: $email = new Twitter_Bootstrap3_Form_Element_Email('email'); $email->setLabel('Email')->setAttrib('placeholder', 'Email'); $email->setAttrib('addon_append','@');
Implement add-ons support for input groups (http://getbootstrap.com/components/#input-groups)
It is already implemented in similar (but probably dead) library here: https://github.com/magnuspwhite/zend-form-decorators-bootstrap
The text was updated successfully, but these errors were encountered: