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...
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
T19905 - Limit maximum nested dynamic panels https://surveyjs.answerdesk.io/internal/ticket/details/T19905
T16565 - Matrix Columns only displayed in "mobile" layout https://surveyjs.answerdesk.io/internal/ticket/details/T16565
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":...
* 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...
### 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...
Usage scenario: https://github.com/surveyjs/survey-creator/issues/5627 *** These settings should be applied for — checkbox — radio button — boolean 
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.
**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...