tsv2013

Results 224 comments of tsv2013

>v3 has already officially released Since the differences between Vue2 and Vue3 are dramatical and Vue3 package still has the @next tag, we prefer to wait until Vue3 will be...

@kouhunzhe What is actually you are going to do with the survey-creator-vue? What scenarios can't be covered with the survey-creator (V1) or survey-creator-react (-knockout) (V2)? And concerning Vue3 permanent @...

The `Survey.StylesManager.applyTheme()` is not supposed to work with server-side rendering. At this moment SurveyJS theming engine doesn't support server-side rendering. >Why this doesn't work? > Survey componend doen't support the...

You can execute this code `Survey.StylesManager.applyTheme()` on the client side.

Is finally the page executed on client side, in a web browser?

Then you can execute the `Survey.StylesManager.applyTheme("modern");` on the client side before survey wil be runned. You really need to execute some code to start client side scripts.

Here we have intersection between built-in functionality (choices by url) and select2 options (AJAX). We don't want to support select2 in the future - we want to implement all necessary...

@SamMousa We discussed merging of the svelte implementation into our repo and decided that we are not ready to do it. We can propose you to create your own repo...