-
Notifications
You must be signed in to change notification settings - Fork 11
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
@Default in radio button matrix not working and removing dispayed values #43
Comments
Yes - the action tags came after shazam and there is probably some competing order here. If you can send me a simple xml file with an example and then the corresponding shazam setup I can try to debug. The answer is probably to just add a delay to shazam running until the default javascript task is complete...
…-a
________________________________
From: Mathias Antunes ***@***.***>
Sent: Tuesday, April 6, 2021 6:30 AM
To: susom/redcap-em-shazam ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [susom/redcap-em-shazam] @default in radio button matrix not working and removing dispayed values (#43)
Hi Andy,
I've been playing a lot with Shazam for numerous projects. We encountered a problems with radio buttons in matrix.
We tried to pipe from previous repeating event with @default<https://github.com/default>="[event-name][field_name][previous-instance]" in a matrix field.
What happens :
* Without @default<https://github.com/default> : Shazam works great and answers are stored and displayed
* With @default<https://github.com/default> : Answers are stored but not displayed (They appear at the page loading but then they are removed). The @default<https://github.com/default> functionality seems to work but values are also removed at the end of the page loading.
Design :
[image]<https://user-images.githubusercontent.com/23211270/113717703-2dd03480-96ec-11eb-9459-69d2c5fbf4f6.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#43>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABY5VMJ5MRIDPISU4WXEKDLTHMEG3ANCNFSM42OXZIKA>.
|
Ok thanks for the quick answer. Here is an example (with and without @default) : |
Sorry. @MathiasAntunes - I haven't had time to get to this... (and may not for some time) -- so if you can fix it and make a PR that is welcome, otherwise it may be a while... -A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Andy,
I've been playing a lot with Shazam for numerous projects. We encountered a problems with radio buttons in matrix.
We tried to pipe from previous repeating event with @default="[event-name][field_name][previous-instance]" in a matrix field.
What happens :
Design :
The text was updated successfully, but these errors were encountered: