2
In the company where I work we have an ERP system, and I am passing some things to the Web, but in the system there is a button 'inside' an input that is already proper to the Dataflex language
How do I make this look or alluding to being inside the input so users don’t notice so many differences ?
<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>
thanks, met my need, in case there is no way to leave identical even, the closest possible would be this right. @Guilhermenascimento actually already have the bootstrap imported in the project, I will only add even the classes
– user92870
@Victort. And the situation changes, this type of information is totally relevant to be added in the question. Now I do not recommend, because the author of the other question left in "pure CSS", but since he informed the use of this, then the answer of Anthraxisbr seems to me the best +1
– Guilherme Nascimento
I took the two forms to use, but thank you
– user92870
I noticed that he used the bootstrap for the @Victort element classes. from a glance at the documentation I sent there, it has to look good yes, expands a little bit the input, and throws a margin to the left on the button, kind of mixing what I answered and what the caique answered
– AnthraxisBR
thanks, I’ll do it, but now I face another problem, on the screen I’m replicating has a checkbox on the side but when placing the checkbox the button is down input
– user92870
@Victort. I recommend opening another question to this question.
– AnthraxisBR