Fix recalculate in input
Hey guys, I have 3 inputs in my form and a 4th for the sum of these 3, it works well for me but when I recalculate or modify some of the inputs after the sum I cannot do the recalculation... I have my code like this:
How can I do this recalculation?
2 Replies
The
afterStateUpdated
should be in each input
and all inputs should be live()
Unless you are always changing the value of the last input.Yeah it's working, thank you @Majid Al Zariey