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

Allow to add array custom properties #4418

Closed
andrewtelnov opened this issue Jun 9, 2022 · 0 comments
Closed

Allow to add array custom properties #4418

andrewtelnov opened this issue Jun 9, 2022 · 0 comments
Assignees
Milestone

Comments

@andrewtelnov
Copy link
Member

We have to add isArray attribute into property description to let Survey know that this property is an array and should deal with it as with array property. Here is the example:

Survey.Serializer.addProperty('survey', {
  name: 'customFunctions:calculatedvalues',
  className: 'calculatedvalue', isArray: true,
  displayName: "Custom Functions", category: "logic", visibleIndex: 0,
});
@andrewtelnov andrewtelnov added this to the v1.9.35 milestone Jun 9, 2022
@andrewtelnov andrewtelnov added this to Incoming in Current sprint progress via automation Jun 9, 2022
@andrewtelnov andrewtelnov self-assigned this Jun 9, 2022
@andrewtelnov andrewtelnov moved this from Incoming to Waiting for... in Current sprint progress Jun 9, 2022
Current sprint progress automation moved this from Waiting for... to v1.9.35 Jun 10, 2022
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