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

Component with contentQuestion doesn't work correctly. #112

Closed
andrewtelnov opened this issue Mar 16, 2022 · 0 comments
Closed

Component with contentQuestion doesn't work correctly. #112

andrewtelnov opened this issue Mar 16, 2022 · 0 comments
Labels
Milestone

Comments

@andrewtelnov
Copy link
Member

The following code will generate error in console. We do not support content question component correctly.

    ComponentCollection.Instance.add({ name: 'comp', questionJSON: { type: 'rating', choices: ['A', 'B'] } });
    const json: any = {
        questions: [
            {
                titleLocation: 'hidden',
                name: 'comp',
                type: 'comp'
            }
        ]
    };
    const survey: SurveyPDF = new SurveyPDF(json, {});
@andrewtelnov andrewtelnov added this to Incoming in Current sprint progress via automation Mar 16, 2022
@andrewtelnov andrewtelnov added this to the v1.9.20 milestone Mar 16, 2022
Current sprint progress automation moved this from Incoming to v1.9.20 Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant