In the company where I work we have an ERP system, and I'm passing some things to the Web, but in the system there is an 'inside' button of an input that is already DataFlex language
HowdoImakeitlooklikethis,ordoesitalludetobeinginsidetheinputsothatusersdonotnoticesomanydifferences?
<div class="col-lg-10"><!-- Inicio Input Descrição -->
<label for="ex1">Descrição:</label><button type="button" data-toggle="modal" data-target="#meuModal">...</button>
<input type="text" required class="form-control descricao-input" style="text-transform:uppercase" maxlength="20" name="descri"><br>
</div>