Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Trying to clear out value of numericedit in javascript
posted

I am clearing out the numericedit control (v10.2 I think) in javasript by doing the following:

var txtMonths = document.getElementById("igtxttxtMonths");

txtMonths.value = "";



This clears the value from the field, however, when I tab back into the control the old value is displayed inside of the control again?  It is not a cache drop down of old values, it is the exact same value that I just cleared.


How do I clear this control?