My problem is that I have to calculate the value of one field on the input of the other and vice versa.
The scenario: I've got a stored value and the first field is for percent, the second field is the stored value increased by the percent.
So if the user enters the percent it calculates the value and if he enters the value it calculates the percent.
Can this be done with the depends methods and how without getting into an infinite loop?