Emagister/zend-form-decorators-bootstrap

Element Errors on Inline Forms

Opened this issue · 1 comments

How can we handle errors on an inline form?

I'm currently creating a decorator to show the errors on hover. These will have to be manually added to the decorator stack.

If we decide to add these manually, should we develop a few different ways of showing them and then pass an option in the constructor of the inline form to choose which one to implement?

If I'm not wrong, there is no way from Twitter's Bootstrap to handle errors on an inline forms. IMO, Althought it would be a nice addition, we should focus on improving the integration with Twitter's Bootstrap. I think it would be more valuable to integrate the library with the 2.1 version of Bootstrap, for example.