We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Error on forms are rendered incorrectly because of that commit 02d8cb0#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
The text was updated successfully, but these errors were encountered:
Hi @jaugustin
That would be perfect! Pull the request to branch 1.1 please
Thanks
Sorry, something went wrong.
No branches or pull requests
Hi,
Error on forms are rendered incorrectly because of that commit
02d8cb0#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
The text was updated successfully, but these errors were encountered: