I have a numeric textbox that looks like this:
Every time someone hits the up/down arrow in the numerictextbox, i want the change event (placeMarker) to run. But it only runs after the person has clicked outside of the numerictextbox, i.e. it loses focus. Is there a way around this?