I have a formula UI-Field in a tab. When the underlying model is saved and refreshed the value is not updating. However, the value will update if the UI-Field is in a skuid table. I can force it to update if I rerender the entire tabset component but this is a bad user experience.
Is there a way I can just rerender that tab to get the UI-field to update?
Page 1 / 1
Tabs are one of those components that are not bound to model data and as such are not listening for changes in the model. You have to re-render the tabset to get the updated data values.
Sorry…
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.