So my site has an input box, which has a onkeydown event that merely alerts the value of the input box.
Unfortunately the value of the input does not include the ch
Please, try to use oninput event. Unlike onkeydown, onkeypress events this event updates control's value property.