Let's say I have two input fields, Input field A and Input field B. I want to type in Input field A but at the same time the value in input field A also go into input field B.
I know this method can be done by inputfiledB.value() == inputfieldA.value()
but I dont want that. I want real time effect like when I type "z" in inputfield A, at the same time inputfield B also has "z". Can anyone help me with this? I really appreciate it. Thank you.