-
Notifications
You must be signed in to change notification settings - Fork 130
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
Checkboxgroup issue when used with View Model #463
Comments
Thanks Brent, for reporting this issue, and the other related ones. I hope to investigate further, though it might take a little whiile... |
Hi Brent - here is a candidate fix for issues 463 464 465 and 466. You should no longer get the "data.MayInviteOthers_list is not a function" error |
This fix works. |
Hi Boris, Although candidate v16 fixed the issue reported above, I have another Using v15, I get error Note: this issue seems different than the one reported above... I did some snooping to see if candidate v16 had an update that may have broken something (also testing my hacking skills ;-)... New code
Old code
If you need to see my code I can get it to you... Thanks, |
Thanks Brent. |
Hi Boris, I sent you test file testCanidate16A_forBoris.html...sorry, no small file. HTML line in question: Using Candidate v16A
Using v15
|
Hi Boris,
I am converting plain objects/arrays project to use View Models.
When using plain objects/arrays I have no problems with checkboxgroup in this scenario.
When using View Models I am getting error:
data.MayInviteOthers_list is not a function
.Here's a stripped down jsfiddle for testing.
https://jsfiddle.net/alnico/57Ldgs8e/
To test:
radio
to 'Normal', no error.radio
to 'Edit', error: not a function.data-link="{checkboxgroup ~People.MayInviteOthers_list()}"
, no errors in any scenario.The text was updated successfully, but these errors were encountered: