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...
T19476 - Description visibility like page and form https://surveyjs.answerdesk.io/internal/ticket/details/T19476 *** Content editors can enter a survey and page description within a design surface:  However, question description inline editors are...
— Safari Version 17.6 (19618.3.11.11.5) — collapsed toolbox https://github.com/user-attachments/assets/f64086c8-73e9-43e0-b08e-10d6b4245d69
To reproduce the issue, follow these steps. * Add some choices. * Click Clear to remove all choices. or * Click a trash bin button to remove an individual choice...
Safari only. https://github.com/user-attachments/assets/1f5ad0cf-ce76-4cf6-9f21-010dc1fe24bd
The following code doens't work correctly. It displays strange text in the cell. ```js const itemValueCommentType = 'itemValueCommentType'; SurveyCreatorCore.PropertyGridEditorCollection.register({ fit: function (prop) { return prop.type === itemValueCommentType; }, getJSON: function...
https://github.com/surveyjs/survey-creator/issues/5740