0
I am trying to make the following image on my form:
but in my form it gets broken:
I’ve tried several things but never certain, follow the code in my view:
<div class="col-md-2 form-group">
<label asp-for="LimiteDeCredito" class="control-label"></label>
<span class="input-group-text">R$</span>
<input asp-for="LimiteDeCredito" type="text" class="form-control">
<span class="input-group-text">,00</span>
<span asp-validation-for="LimiteDeCredito" class="text-danger"></span>
</div>