3
Well I have the following problem, I have two inputs :
Desconto<input type="text" name="desconto" id="desconto" style="width: 100px" >
and
Observação<input readonly="true" type="text" name="obs" id="obs" style="width: 400px; height: 30px" >
i would like as soon as I write something in the first input(discount) automatically the same thing is filled in the second input
Have you tried some code?
– Sergio