I have a text field which is getting values from some process. I mean the user is not giving any input to this text field directly! Now my problem is that I want the value of that text field immediately after it changes. I tried
oninput
and onchange
Here is the bin of what I have tried. Both events want to focus of that area please tell me is there any way to achieve this