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...
T13316 - Choices - Display the 'Add Choice' text instead of 'Item 4' https://surveyjs.answerdesk.io/internal/ticket/details/T13316 *** Add an option to override the text for a new item of choice-based questions: 
Add a capability to preview, copy, and paste theme customization results, like in JSON Editor. (This is a separated issue taken from https://github.com/surveyjs/survey-creator/issues/4320)
`getCssType` is the method exposed on `Question` to find that question's css in the default stylesheets. See relevant reference from survey-core here: https://github.com/surveyjs/survey-library/blob/master/src/question.ts#L919
- [ ] toolbox submenu Prototype — https://www.figma.com/file/SSMZUWJve1zuMSeA5E5YpA/Creator-Preview?type=design&node-id=101-5&mode=design&t=L6pM86045SvEZiVl-0
Please add the following setting to a list of custom property settings: `showMode: form`. https://surveyjs.io/survey-creator/documentation/property-grid#survey-element-property-settings
1. Drop radiogroup 2. Open choices editor -> fast entry mode 3. Inplace edit item title (or value) 4. Switch from fast entry to form entry 5. Entered on step...
Suggestions: - [ ] Clarify possible values for the `options.reason` parameter https://github.com/surveyjs/survey-creator/blob/69ee8412c01e157419e00a0a3758b668971e2183/packages/survey-creator-core/src/creator-base.ts#L402 `options.reason === 'logic-items'` is for Logic tab - [ ] Add a code snippet showing how to access...
### Are you requesting a feature, reporting a bug or ask a question? Feature ### What is the current behavior? Compilation target is set to `es5` which is ancient. ###...
We are using your library heavily on our app. The problem we have is when we add some CSP header it's breaking where we are using survey-creator. Not sure how...