how change the input value onkeyup code example
Example: html onkeyup set value
<input type="text" onkeyup="this.setAttribute('value', this.value);" value="">
<input type="text" onkeyup="this.setAttribute('value', this.value);" value="">