Open Sravani0804-git opened 4 years ago
Hello,
Please look at our SurveyJS React Quickstart repository. You can clone it and modify for your needs
Thanks, Alex SurveyJS Team
Thank you. I did same as you said(Sample example in your reciprocity) but SurveyCreator is not loading.
Does our react quickstart repo work for you (if you just pull it and start)?
I am facing the same issue. Couldnt load survey-creator-knockout library. survey-core and survey-jquery is working fine.
@bhavya0598 the Knockout example in the CodeSandbox.
Thank you, Andrew
I am getting issues when trying create survey creator.I am using surveyjs (react) version 1.5.1 and i imported all files knockout,survey, survey-knockout, survey creator. Survey is loading but survey Creator is not loading. It is showing as undefined. I am also added dependencies. I am using like require(knockout, survey, survey-knockout, surevyCreator, function(ko,Survey,surveyKnockout,SurveyCreator){ var creator = SurveyCreator.SurveyCreator // some code here
} I am getting script error like SurveyCreator is undefined. survey, survey-knockout, survey creator Version - 1.5.0 knockout - 3.5.0.