Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRO] conditions should work when referencing a field inside a disable_on_hide group #105

Open
pwkip opened this issue Feb 3, 2023 · 1 comment

Comments

@pwkip
Copy link
Owner

pwkip commented Feb 3, 2023

[radio r "1" "2" "3"]
[group g1 disable_on_hide][text* t][/group]
[group g2 disable_on_hide][text* t][/group]
[group g3 disable_on_hide][text* t][/group]
[group g4]Text is Hi[/group]
show [g1] if [r] equals "1"
show [g2] if [r] equals "2"
show [g3] if [r] equals "3"
show [g4] if [t] equals "Hi"

This rule should work: show [g4] if [t] equals "Hi"

@pwkip pwkip changed the title conditions should work when referencing a field inside a disable_on_hide group [PRO] conditions should work when referencing a field inside a disable_on_hide group Feb 3, 2023
@pwkip
Copy link
Owner Author

pwkip commented Feb 3, 2023

This works already, but needs integration test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant