survey-creator
survey-creator copied to clipboard
Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional l...
In the case of "allow multiply files" user can upload duplicated files. The issue is... the result of removing a one of duplicated files is removing all of them. 
Work for #5282 - If question width is small for text type then changing input type breaks adaptivity
#5282
Create a separate area for "translation-tab-editor:table" for translation editor in onSurveyInstanceCreated event. Here is the code that removes export/import actions: ```js creator.onSurveyInstanceCreated.add((sender, options) => { if(options.area === "translation-tab-editor:table") { const...
T16685 - FR: Question -> move to https://surveyjs.answerdesk.io/internal/ticket/details/T16685
T16845 - When selecting another theme, the customized background and other properties remain between the themes https://surveyjs.answerdesk.io/internal/ticket/details/T16845 *** Usage scenario: When a user changes a theme, handle this and reset...
I need to show some words in bold in questions using Survey Creator. I checked the layout, but there is no option available there. I also show the power of...
### Are you requesting a feature, reporting a bug or ask a question? feature/question ### What is the current behavior? SurveyCreator does not show all questions when after initalizing it...