tsv2013
tsv2013
Yes, the instruction is outdated a bit. It related to the SurveyJS Creator V1 which resides in the `packages/survey-creator` subfolder. You can built it via "npm i" and then "npm...
Feature will be expensive: due to toolbox/page editor adaptivity and positioning (left/right) we can't fix it via CSS and need to write code.
It's too late to update question settings after question has been reldered. You need to do it in the https://surveyjs.io/Documentation/Survey-Creator?id=surveycreator#onQuestionAdded event handler. Here is the updated codesandbox - https://codesandbox.io/s/bitter-architecture-enj2l?file=/src/components/checkboxbutton.js
This is due to some uissues with styles. We'll fix them. As a workaround I've updated your example - https://codesandbox.io/s/bitter-architecture-enj2l?file=/src/components/SurveyCreator.js
I've checked our change history. The ```CSS .svc-widget__content { .sd-question__content { pointer-events: none; } } ``` rule was added in order to disable interactivity for the custom widgets on design...
Probably existing custom widgets concept: cross-platfom widget rendering in the onAfterRender event handler has an abstraction leak in the Creator V2. We need to discuss the following alternatives: component rendering...
You need to set creator container div dimensions as shown in this example - https://plnkr.co/edit/YFNg2T31YTurBXzG
@andrewtelnov I think it more a task for me first and for @RomanTsukanov after. We don't have any example illustrating how to implement a custom adorner. But this case it...
You don't see items editor in right panel because there are no items/choices property in your country component. But items in-place editor (adorner) shouldn't be available on design surface as...
It looks like the same as https://github.com/surveyjs/survey-creator/issues/3372 issue. It was fixed via the https://github.com/surveyjs/survey-library/commit/bad58e11d1c461bbb7b6fc5f12be6cd2a132644e commit in the library. The fix will be available in the nearest minor update next tuesday.