Currently, the string value behind the textbox only updates once you click or tab off of it. Is there a way to change the event to have it update on every key press?
You can use oninput event:
Currently, the string value behind the textbox only updates once you click or tab off of it. Is there a way to change the event to have it update on every key press?
You can use oninput event: