Hello
I am wondering how I can call a function using the onkeyup event. I try to call my fonction using onchange or onfocus but it does not work.
Indeed, each time, I type a letter in my text field, I have to call one JS function to make some checks.
Thank you for your help