Edgar helped me by email:
please also try to change this:
rnJQuery(‘#’+this.Id+ ‘ .redNaoNumber’).change(function(){
for this:
rnJQuery(‘#’+this.Id+ ‘ .redNaoNumber’).on(‘input’,function(){
And it works!
that doesn’t work
only if you press outside
please how can i do that the form recalculated total automatically?