Event onchange doesn't work when select USE on calculator

Hello,

I configure an onchange event on a numeric field with calculator option :
when I change the value manually, onchange event works

but when I clic on calculator and finish with USE, the onchange events doesn’t works

Thanks for fixing that

Best regards

Afaik as soon as a field has more than one ajax event on it, it won’t work. Similar issue as a onchangeevent in combination of a caption link. The onchange event will not fire. That being said doesn’t mean that I don’t think that it shouldn’t be fixed though. It should.

Hi Albert

In this case, there is only one ajaxevent on my field. After choosing USE button on calculator, input returns on the field but , how can I fire onchange event ???
You’re right, it should be fixed :slight_smile:

Thanks

Hi Nacyl.

In fact you have two ajax events: one to popup the calculator and one onchange :wink: