You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there was a way to replace the text inputted, on keyup event.
As a simple example - I type "abc", I would like to run the whole string through a function, and replace it with the returned value (such as uppercase): "ABC" as I type it.
Many thanks
The text was updated successfully, but these errors were encountered:
Hi all
I was wondering if there was a way to replace the text inputted, on keyup event.
As a simple example - I type "abc", I would like to run the whole string through a function, and replace it with the returned value (such as uppercase): "ABC" as I type it.
Many thanks
The text was updated successfully, but these errors were encountered: