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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -