Assuming that a component has an onKeyup() function.
How do I make use of this function to send it different keystrokes in code. For example if i want to send a form the key strokes - H E L L O. How would I do this in code, rather than by typing it on the keyboard during runtime?
Help is appreciated
How do I make use of this function to send it different keystrokes in code. For example if i want to send a form the key strokes - H E L L O. How would I do this in code, rather than by typing it on the keyboard during runtime?
Help is appreciated