surveyjs_react_quickstart icon indicating copy to clipboard operation
surveyjs_react_quickstart copied to clipboard

SurveyJS + React Quickstart Template

Results 18 surveyjs_react_quickstart issues
Sort by recently updated
recently updated
newest added

Hi, I see some components are built using classes while some are built using hooks. I wanted to ask, can we convert this quickstart app fully into the version of...

question

Hi All, Nice project, but I can't generate a static js build out of it: ``` Creating an optimized production build... Failed to compile. Failed to minify the code from...

question

Please provide a boilerplate to V2 with functional components. I tried to migrate and I am getting errors like `Property 'leftContainerActiveItem' does not exist on type 'SurveyCreator'.`

question

There are many imports listed in [SurveyCreator.js](https://github.com/surveyjs/surveyjs_react_quickstart/blob/master/src/SurveyCreator.js) that are missing from `package.json` file One such example is [this](https://github.com/surveyjs/surveyjs_react_quickstart/blob/8ad568f079f7114355446dbf8dd39ab3acababb1/src/SurveyCreator.js#L2) I'm not sure if they need to be manually downloaded because that's...

question

Applying the **modern** theme to the example survey results in visual bugs. How to reproduce: - Clone from master - Change Survey.js:28 to `Survey.StylesManager.applyTheme("modern");` - Visit Survey page The resulting...

question

Hi I want to edit the form after I created it I Should Pass It To Form Creator And Then Edit It, How Can I Do That ?

question

Hi, I want to change the language and I wrote this code `class SurveyCreator extends Component { surveyCreator; componentDidMount() { let options = { showEmbededSurveyTab: true }; this.surveyCreator = new...

question

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...

question

I downloaded the latest release and ran the tests, but it fails. Please advise on the fix ``` >npm test > [email protected] test C:\Code\Svy > react-scripts test --env=jsdom FAIL src\App.test.js...

question

Note: I want to implement SurveyJS Builder in my React project. I am getting errors while running this demo. I followed steps mentions [here](https://github.com/surveyjs/surveyjs_react_quickstart#how-to-run-this-sample-application) but unfortunately, it's not working in...

question