getodk / web-forms

ODK Web Forms enables form filling and submission editing of ODK forms in a web browser. It's coming soon! ✨

Home Page:https://getodk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue client doesn't always react to the changes to aggregated validationState

sadiqkhoja opened this issue · comments

ValidationState is not bubbling up for nested subtree. See this branch where I am printing validationState.voilations for Form root and groups. Validation state is being updated for parent but not for grandparent :(