I’m using a custom renderer to calculate the value for a field based on several other fields (Call them A, B, C). I’d like this field to update dynamically when A B or C is changed.
I put the field in a field editor and gave it a unique id ‘avr.’
I’ve set up the field renderer, and it works the first time.
Then, I set up model actions on the model that contains A B and C, such that if one of them is updated, I run the following skuid snippet:
skuid.component.getById(‘avr’).render();
But the field editor with id=‘avr’ is not re-rendering. At least, the custom renderer doesn’t run when I update A B or C.
What’s the best way to accomplish this?
I’m basically trying to use skuid to create formula fields that update dynamically in the UI without requiring a save.
Question
Re-render dependent field when another field updated
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
