Field visibility not updating when validation fails in repeating layout
Hi,
I’m working on a Constellation UI scenario where a repeating view (in a XXX-Data
class) is used inside the main work view. The repeating view includes an Account Number field, which has a 8-digit validation.
In the main UI, I also have Field B configured to display conditionally based on Field A’s value.
The issue I’m facing is that:
-
When the Account Number fails validation and the error message is visible,
-
Changing the value of Field A does not trigger Field B’s visibility condition — Field B does not show or hide as expected.
-
Once the validation error is corrected and cleared, the visibility condition starts working again.
It seems that when a validation error is active within the repeating view, reactive updates and visibility expressions are temporarily suspended until the validation is resolved.
Can someone confirm if this is the expected behavior in Constellation, or if it’s a known issue/limitation when client-side validation errors exist in repeating views?
TIA