Bootstrap display errors on input-group wrapper? -


i'm trying add input-addon form input using bootstrap 3 doesn't display errros correctly. html code:

<label for="inputemail3" class="col-sm-2 control-label">email</label> <div class="input-group">     <input type="text" id="addtax_rate" class="form-control">     <span class="input-group-addon">%</span> </div> 

the input group displays correctly without errors, when add has-errors class it, comes this:

what doing wrong? thanks


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -