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 wrote something on the first input (discount) the same thing would automatically be populated in the second input