Open jaugustin opened 10 years ago
Hi,
Error on forms are rendered incorrectly because of that commit https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/commit/02d8cb08cf7e9de80df40baaca498faa0c10f7b2#diff-460e769f42ed6a8f061c31d97916f203R60 which introduce this class form-control-feedback in a wrong way ;)
form-control-feedback
I think it should be something like this :
<span class="glyphicon glyphicon-remove form-control-feedback"></span> <span class="help-block"> ..... </span>
And also add the class has-feedback next to has-error
has-feedback
has-error
I can provide a PR if needed
Hi @jaugustin
That would be perfect! Pull the request to branch 1.1 please
Thanks
Hi,
Error on forms are rendered incorrectly because of that commit https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/commit/02d8cb08cf7e9de80df40baaca498faa0c10f7b2#diff-460e769f42ed6a8f061c31d97916f203R60 which introduce this class
form-control-feedback
in a wrong way ;)I think it should be something like this :
And also add the class
has-feedback
next tohas-error
I can provide a PR if needed