survey-creator icon indicating copy to clipboard operation
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...

Results 415 survey-creator issues
Sort by recently updated
recently updated
newest added

T20174 - [React] The possibility of making a custom toolbox and displaying it where the original one is. https://surveyjs.answerdesk.io/internal/ticket/details/T20174

enhancement
user issue

T19905 - Limit maximum nested dynamic panels https://surveyjs.answerdesk.io/internal/ticket/details/T19905

enhancement
user issue

T16565 - Matrix Columns only displayed in "mobile" layout https://surveyjs.answerdesk.io/internal/ticket/details/T16565

user issue

T19772 - ChoicesByUrl display during the designer phase https://surveyjs.answerdesk.io/internal/ticket/details/T19772 *** The issue can be reproduced at https://surveyjs.io/create-free-survey. Configure a drop-down to pull data from a web service: ``` { "pages":...

bug
user issue

* A custom text inplace editor T19696 - Communicating the value between question and property https://surveyjs.answerdesk.io/internal/ticket/details/T19696 * Rich Edit: T19547 - Rich Content Editor - Can the output be displayed...

enhancement
website demos
user issue

### Are you requesting a feature, reporting a bug or ask a question? Bug/Question ### What is the current behavior? The documentation [here](https://surveyjs.io/form-library/documentation/customize-question-types/create-specialized-question-types) indicates that `End users cannot break the...

question

Usage scenario: https://github.com/surveyjs/survey-creator/issues/5627 *** These settings should be applied for — checkbox — radio button — boolean ![Image](https://github.com/user-attachments/assets/0e3ddaa1-ea5c-42f7-859b-5db925ba7537)

enhancement
theme builder

https://github.com/surveyjs/survey-creator/blob/968a761905e19b36f2b1ebf28bf459b4d8f9fc20/packages/survey-creator-core/src/creator-base.ts#L108 To hide the toolbox, it is necessary to set the [`creator.toolboxLocation`](https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#toolboxLocation) property to `"none"`. However, [`toolboxLocationType`](https://github.com/surveyjs/survey-creator/blob/968a761905e19b36f2b1ebf28bf459b4d8f9fc20/packages/survey-creator-core/src/creator-base.ts#L108) doesn't actually include the `"none"` option.

user issue

**Describe the bug** Not sure if this is a bug or an enhancement. Currently, the test / preview survey in the creator has no file handler. Is this the intentional...