Scripting: NumericTextEntry doesnt give a "onChange" event

 From:  Michael Gibson
8694.3 In reply to 8694.1 
Hi Ralf, try using onvaluechange="" instead of onchange="" .

The onvaluechange="" is a custom event that MoI fires which should work for both of those cases. That's there because in MoI v1 and v2 it wasn't easy for me to customize the standard onchange event, so MoI controls used a custom one instead.

I'll look into making the standard onchange="" work now as well though.

- Michael