Current Version: v1.9.79
Please refer to the What's New & Roadmap page for the major updates implemented throughout the last year, as well as features to come in the upcoming 2023.
Version: v1.9.80, estimated release date is Tuesday, March 28, 2023, Total Issue Count: 13
Product | Type | Description | |
---|---|---|---|
|
survey-library | Bug | Survey shifts when scrollbar appears |
|
|||
|
survey-library | Bug | Dropdowns not read by screen readers |
Are you requesting a feature, reporting a bug or asking a question?Bug What is the current behavior?Dropdown type question are not read by screen readers. JAWS for example just says "empty" What is the expected behavior?Dropdown options are recognized and read by screen readers like JAWS or NVDA How would you reproduce the current behavior (if this is a bug)?Open a survey with dropdown menus and use a screen reader. Specify your
|
|||
|
survey-library | Bug | Matrix Dynamic Custom Cell Types - File Question file placeholder text is broken when multiple tagbox items are selected (DefaultV2) |
|
|||
|
survey-library | Bug | Correct docs: The useDisplayValuesInDynamicTexts option doesn't work when a question value is used in expression (for example, in Expression's question expression) |
|
survey-library | Bug | Multiple Text - Text Max Length indicator is incorrectly displayed |
The max length indicators for both fields is rendered at a wrong position:
|
|||
|
survey-library | Bug | Rating. No shadow is needed for this state |
|
|||
|
survey-library | Bug | Matrix Dynamic - The maxLength label disappears in a cell |
The maxLength label should be normally displayed as follows:
However, in a Matrix Dynamic cell, the label disappears as long as you start typing. Instead, the label is shown at the bottom of a table:
|
|||
|
survey-library | Enhancement | Rating emodji |
|
|||
|
survey-library | Enhancement | Survey Structure — All Question on a Single Page |
Why does panel use for page in this mode? It looks unnecessary. |
|||
|
survey-library | Bug | choicesFromQuestion question does not get cleared when selected option become unavailable |
Are you requesting a feature, reporting a bug or asking a question?bug, I guess What is the current behavior?questions using choicesFromQuestion (where the dependent question is a checkbox or tagbox) does not get cleared when the current selected option become unavailable. It actually disappear from the data but not from the input field What is the expected behavior?to also disappear from the input field as it is always been How would you reproduce the current behavior (if this is a bug)?try unselecting "albania" from the following: https://plnkr.co/edit/6wvYy4K2sJ7GX3a5 thank you |
|||
|
survey-library | Bug | setIsDesignMode(false) breaks survey with questionsOnPageMode: "singlePage" |
See an example: https://plnkr.co/edit/zG6L9nMHRgbRUjTE |
|||
|
survey-creator | API Change | DnD Events Rename (library and creator) |
According to @RomanTsukanov's request, we should do the following rename:
|
|||
|
survey-creator | Bug | Cannot specify the default value for the hideIfChoicesEmpty property for a Radiogroup |
Task: set the default value of the
|
Version: v1.9.80, estimated release date is Tuesday, March 28, 2023, Total Issue Count: 13
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Survey shifts when scrollbar appears |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Dropdowns not read by screen readers |
Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
Dropdown type question are not read by screen readers. JAWS for example just says "empty"
What is the expected behavior?
Dropdown options are recognized and read by screen readers like JAWS or NVDA
How would you reproduce the current behavior (if this is a bug)?
Open a survey with dropdown menus and use a screen reader.
Specify your
- browser: any
- browser version: any
- surveyjs platform (angular or react or jquery or knockout or vue): jquery
- surveyjs version: 1.9.76
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Matrix Dynamic Custom Cell Types - File Question file placeholder text is broken when multiple tagbox items are selected (DefaultV2) |
- Run the following demo in defaultV2 theme: https://surveyjs.io/form-library/examples/questiontype-matrix-customcelltypes/reactjs.
- Select multiple items in a tagbox.
- A file question's placeholder text goes beyond the available area:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Correct docs: The useDisplayValuesInDynamicTexts option doesn't work when a question value is used in expression (for example, in Expression's question expression) |
https://github.com/surveyjs/survey-library/blob/056c8ded89650c24ecf6236f7d35c91382da288a/src/question.ts#L284 Example
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Multiple Text - Text Max Length indicator is incorrectly displayed |
The max length indicators for both fields is rendered at a wrong position:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Rating. No shadow is needed for this state |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Matrix Dynamic - The maxLength label disappears in a cell |
The maxLength label should be normally displayed as follows:
However, in a Matrix Dynamic cell, the label disappears as long as you start typing. Instead, the label is shown at the bottom of a table:
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Rating emodji |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Survey Structure — All Question on a Single Page |
Why does panel use for page in this mode? It looks unnecessary.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
choicesFromQuestion question does not get cleared when selected option become unavailable |
Are you requesting a feature, reporting a bug or asking a question?
bug, I guess
What is the current behavior?
questions using choicesFromQuestion (where the dependent question is a checkbox or tagbox) does not get cleared when the current selected option become unavailable. It actually disappear from the data but not from the input field
What is the expected behavior?
to also disappear from the input field as it is always been
How would you reproduce the current behavior (if this is a bug)?
try unselecting "albania" from the following:
https://plnkr.co/edit/6wvYy4K2sJ7GX3a5
thank you
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
setIsDesignMode(false) breaks survey with questionsOnPageMode: "singlePage" |
See an example: https://plnkr.co/edit/zG6L9nMHRgbRUjTE
Product |
|
---|---|
survey-creator | |
Type | |
API Change | |
Description | |
DnD Events Rename (library and creator) |
According to @RomanTsukanov's request, we should do the following rename:
onBeforeDrop
should become onDragStart
onAfterDrop
should become onDragEnd
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Cannot specify the default value for the hideIfChoicesEmpty property for a Radiogroup |
Task: set the default value of the hideIfChoicesEmpty
property to true
for Radiogroup questions.
Issue: the following code doesn't enable the hideIfChoicesEmpty
property by default:
let hideIfChoicesEmptyProp = Serializer.getProperty(
"radiogroup",
"hideIfChoicesEmpty"
);
hideIfChoicesEmptyProp.defaultValue = true;
Version: v1.9.79, released at Wednesday, March 22, 2023, Total Issue Count: 24
Product | Type | Description | |
---|---|---|---|
|
survey-library | Enhancement | Inspect PopupModel API and provide documentation for features |
|
|||
|
survey-library | Enhancement | Dropdown keyboard edit |
|
|||
|
survey-library | Bug | Question indices overlap question names |
Original issue: T12089 - Custom Question Indices overlap question names
To reproduce the issue, define a custom Question indices overlap question names:
|
|||
|
survey-library | Enhancement | Add support for maxSelectedChoices property in tagbox |
It will be nice to have support for "maxSelectedChoices" property in tagbox similar to checkbox. |
|||
|
survey-library | Bug | Drop-down list displays "No data", while it should display "Loading..." |
(lazy loading) The first screen shouldn't be "No Data". At least we could use "Loading...". |
|||
|
survey-library | Bug | Matrix Dynamic Custom Cell Types (Modern Theme) - Selected Tag Box items disappear |
Run the following demo: Matrix - Custom cell types
|
|||
|
survey-library | Bug | Typo json schema 'allOff' should be 'allOf' |
Are you requesting a feature, reporting a bug or asking a question?bug What is the current behavior?'allOff' What is the expected behavior?'allOf' How would you reproduce the current behavior (if this is a bug)?https://github.com/surveyjs/survey-library/blob/master/docs/surveyjs_definition.json Provide the test code and the tested page URL (if applicable)And all of following Specify your
|
|||
|
survey-library | Bug | Save Data Notifications - The Error notification should not disappear automatically |
Originally posted at https://github.com/surveyjs/survey-library/issues/5725. The error notification should not disappear automatically. This notification contains an actiuon allowing users to re-submit the survey data. |
|||
|
survey-library | Bug | Dropdown doesn't allow entering white spaces into the search box |
Example Type the text and press a Space bar. Issue: The first item in a list is selected; Expected behavior: a white space is added. |
|||
|
survey-library | Bug | Custom question types: Add onValueChanging callback function to handle a new value before it is saved |
If a developer wants to correct the value input in composite component then it is impossible to do it with the current API.
|
|||
|
survey-library | Enhancement | Quiz Timer Settings - Introduce a public API to initialize the time a user already spent on a survey and page |
UPDATE: survey.timeSpent is writable now, it has setter. Original issue Usage Scenario: a user may want to continue an incomplete quiz. Earlier we recommended to use survey.timeSpent and page.timeSpent settings. However, now these settings are read-only. Suggestion: Implement a public API to allow developers to specify the time a user already spent on a whole survey and a particular page. |
|||
|
survey-library | Bug | rateValues for stars in rating question |
When the rateType is "stars" or similar, rateValues should be used with their indexes. |
|||
|
survey-library | Bug | Wrong other item rendering in case of survey with preloaded data |
Are you requesting a feature, reporting a bug or asking a question?bug What is the current behavior?when using option How would you reproduce the current behavior (if this is a bug)?https://codesandbox.io/s/hopeful-cdn-2jo002?file=/src/json.js |
|||
|
survey-library | Bug | Survey Data Saving Message which appears on completion does not fit available width |
Original issue: T12398 - savingDataSuccess popup message at the end of survey doesn't change correctly with --base-unit. https://surveyjs.answerdesk.io/internal/ticket/details/T12398 Increase the survey element font size using the
Notice that the data saving message, which appears at survey completion, doesn't fit into the available area: example.
|
|||
|
survey-library | Bug | --base-unit doesn't affect question descriptions |
The Original issue: https://surveyjs.answerdesk.io/internal/ticket/details/T12397. |
|||
|
survey-library | Bug | Dropdown list has incorrect width on iPad in portrate mode |
The dropdown list shows in 1/3 of screen on IPad in portrate mode while text items are cut. |
|||
|
survey-library | Bug | Rating stars are not affected by --base-unit variable |
User found out that stars are not affected by --base-unit variable, he made a reproduction case, when you change the value in selector to lower than 7.5px, stars don't get smaller and get chunked. |
|||
|
survey-library | Bug | choicesFromQuestion and dropdown makes SurveyJS crash |
Are you requesting a feature, reporting a bug or asking a question?bug What is the current behavior?when using choicesFromQuestion and dropdown together and try to open the dropdown SurveyJS crashes What is the expected behavior?to work as it was a radio question How would you reproduce the current behavior (if this is a bug)? |
|||
|
survey-creator | Bug | Drag-n-drop: It is Impossible to drop a Panel after another panel at the end of a Page |
Issue: it is impossible to drop a panel after another panel at the end of a page. To reproduce: run this example, and try to drop a panel after the |
|||
|
survey-creator | Bug | Removing the runexpressiontrigger class throws an error on an attempt to add a survey trigger |
Task: to remove the Run Expression trigger from a list of available trigger types. The following code works for a complete trigger:
However, if you run the following code, the
|
|||
|
survey-creator | Enhancement | Title Highlight and Editing |
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=15561%3A122420
|
|||
|
survey-creator | Enhancement | Allow to change the default operator in the Condition Editor |
The default operator can be changed from "equal" to any other operator using the following code:
|
|||
|
survey-creator | Enhancement | Move debugging source map into separate files |
We need to create separate source maps files as we did for SurveyJS Library. |
|||
|
survey-pdf | Bug | The "compress" option causes responses not to be rendered in the PDF |
Are you requesting a feature, reporting a bug or asking a question?Reporting a bug What is the current behavior?Responses not rendered using the "compress" option What is the expected behavior?Responses should be rendered How would you reproduce the current behavior (if this is a bug)?Detailed in code example comments Provide the test code and the tested page URL (if applicable)Tested page URL: Test code
Specify your
|
Version: v1.9.79, released at Wednesday, March 22, 2023, Total Issue Count: 24
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Inspect PopupModel API and provide documentation for features |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Dropdown keyboard edit |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Question indices overlap question names |
Original issue: T12089 - Custom Question Indices overlap question names
To reproduce the issue, define a custom questionStartIndex
(for example, set it to 1.0.1
): Example](https://plnkr.co/edit/lwcxMn9i66CNb5IN).
Question indices overlap question names:
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Add support for maxSelectedChoices property in tagbox |
It will be nice to have support for "maxSelectedChoices" property in tagbox similar to checkbox.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Drop-down list displays "No data", while it should display "Loading..." |
(lazy loading) The first screen shouldn't be "No Data". At least we could use "Loading...".
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Matrix Dynamic Custom Cell Types (Modern Theme) - Selected Tag Box items disappear |
Run the following demo: Matrix - Custom cell types
- Select multiple subjects
- Close the popup
- Selected items disappear in the input box:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Typo json schema 'allOff' should be 'allOf' |
Are you requesting a feature, reporting a bug or asking a question?
bug
What is the current behavior?
'allOff'
What is the expected behavior?
'allOf'
How would you reproduce the current behavior (if this is a bug)?
https://github.com/surveyjs/survey-library/blob/master/docs/surveyjs_definition.json
Provide the test code and the tested page URL (if applicable)
And all of following allOff
Specify your
- browser:
- browser version:
- surveyjs platform (angular or react or jquery or knockout or vue):
- surveyjs version:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Save Data Notifications - The Error notification should not disappear automatically |
Originally posted at https://github.com/surveyjs/survey-library/issues/5725.
The error notification should not disappear automatically. This notification contains an actiuon allowing users to re-submit the survey data.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Dropdown doesn't allow entering white spaces into the search box |
Example Type the text and press a Space bar. Issue: The first item in a list is selected; Expected behavior: a white space is added.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Custom question types: Add onValueChanging callback function to handle a new value before it is saved |
If a developer wants to correct the value input in composite component then it is impossible to do it with the current API.
/**
* A function that is called before a question value is changed. It returns a new value. If you want to change a new value you can return your own value
* If function returns undefined the question value will be cleared.
*
* Parameters:
*
* - `question`: [Question](https://surveyjs.io/Documentation/Library?id=Question)\
* A custom question.
* - `name`: `String`\
* The question's [name](https://surveyjs.io/Documentation/Library?id=Question#name).
* - `newValue`: `any`\
* A new value for the question.
*/
onValueChanging?(question: Question, name: string, newValue: any): any;
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Quiz Timer Settings - Introduce a public API to initialize the time a user already spent on a survey and page |
UPDATE: survey.timeSpent is writable now, it has setter.
Original issue Usage Scenario: a user may want to continue an incomplete quiz. Earlier we recommended to use survey.timeSpent and page.timeSpent settings. However, now these settings are read-only.
Suggestion: Implement a public API to allow developers to specify the time a user already spent on a whole survey and a particular page.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
rateValues for stars in rating question |
When the rateType is "stars" or similar, rateValues should be used with their indexes.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Wrong other item rendering in case of survey with preloaded data |
Are you requesting a feature, reporting a bug or asking a question?
bug
What is the current behavior?
when using option storeOthersAsComment: false
the other element rendering is wrong
How would you reproduce the current behavior (if this is a bug)?
https://codesandbox.io/s/hopeful-cdn-2jo002?file=/src/json.js
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Survey Data Saving Message which appears on completion does not fit available width |
Original issue: T12398 - savingDataSuccess popup message at the end of survey doesn't change correctly with --base-unit. https://surveyjs.answerdesk.io/internal/ticket/details/T12398
Increase the survey element font size using the --base-unit
variable:
.sd-root-modern {
--base-unit: 14px;
}
Notice that the data saving message, which appears at survey completion, doesn't fit into the available area: example.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
--base-unit doesn't affect question descriptions |
The --base-unit
setting is not applied to a questions' description text: example
Original issue: https://surveyjs.answerdesk.io/internal/ticket/details/T12397.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Dropdown list has incorrect width on iPad in portrate mode |
The dropdown list shows in 1/3 of screen on IPad in portrate mode while text items are cut.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Rating stars are not affected by --base-unit variable |
User found out that stars are not affected by --base-unit variable, he made a reproduction case, when you change the value in selector to lower than 7.5px, stars don't get smaller and get chunked.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
choicesFromQuestion and dropdown makes SurveyJS crash |
Are you requesting a feature, reporting a bug or asking a question?
bug
What is the current behavior?
when using choicesFromQuestion and dropdown together and try to open the dropdown SurveyJS crashes
What is the expected behavior?
to work as it was a radio question
How would you reproduce the current behavior (if this is a bug)?
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Drag-n-drop: It is Impossible to drop a Panel after another panel at the end of a Page |
Issue: it is impossible to drop a panel after another panel at the end of a page. To reproduce: run this example, and try to drop a panel after the Sedentary behavior
panel.
Expected behavior: a page appears at the end of a page.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Removing the runexpressiontrigger class throws an error on an attempt to add a survey trigger |
Task: to remove the Run Expression trigger from a list of available trigger types. The following code works for a complete trigger:
import { Serializer } from "survey-core";
Serializer.removeClass("completetrigger");
However, if you run the following code, the Cannot read properties of null (reading 'getType')
exception is thrown on an attempt to add a trigger.
import { Serializer } from "survey-core";
Serializer.removeClass("runexpressiontrigger");
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Title Highlight and Editing |
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=15561%3A122420
- text colors (main title, descriptions)
- difference between paddings for highlight and edit modes
- corner radius (maybe depends on border style — inside or outside)
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Allow to change the default operator in the Condition Editor |
The default operator can be changed from "equal" to any other operator using the following code:
import { settings } from "survey-creator-core";
settings.logic.defaultOperator = "notempty";
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Move debugging source map into separate files |
We need to create separate source maps files as we did for SurveyJS Library.
Product |
|
---|---|
survey-pdf | |
Type | |
Bug | |
Description | |
The "compress" option causes responses not to be rendered in the PDF |
function saveSurveyToPdf(filename, surveyModel, pdfWidth, pdfHeight) { var options = { fontSize: 12, margins: { left: 10, right: 10, top: 10, bot: 10 }, format: [pdfWidth, pdfHeight], compress: true, //Using this, responses not rendered - once commented, responses render fine htmlRenderAs: 'image', commercial: true }; var surveyPDF = new SurveyPDF.SurveyPDF(surveyJSON, options); surveyPDF.data = surveyModel.data; surveyPDF.save(filename); }
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug
What is the current behavior?
Responses not rendered using the "compress" option
What is the expected behavior?
Responses should be rendered
How would you reproduce the current behavior (if this is a bug)?
Detailed in code example comments
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
<script src="https://unpkg.com/survey-jquery@1.9.55/survey.jquery.min.js"></script>
<script src="https://unpkg.com/survey-pdf@1.9.55/survey.pdf.min.js"></script>
function saveSurveyToPdf(filename, surveyModel, pdfWidth, pdfHeight) {
var options = {
fontSize: 12,
margins: {
left: 10,
right: 10,
top: 10,
bot: 10
},
format: [pdfWidth, pdfHeight],
compress: true, //Using this, responses not rendered - once commented, responses render fine
htmlRenderAs: 'image',
commercial: true
};
var surveyPDF = new SurveyPDF.SurveyPDF(surveyJSON, options);
surveyPDF.data = surveyModel.data;
surveyPDF.save(filename);
}
Specify your
- browser: Microsoft Edge
- browser version: Version 110.0.1587.69 (Official build) (64-bit)
- surveyjs platform (angular or react or jquery or knockout or vue): jquery
- surveyjs version: 1.9.55
Version: v1.9.78, released at Wednesday, March 15, 2023, Total Issue Count: 20
Product | Type | Description | |
---|---|---|---|
|
survey-library | Enhancement | Typescript types are insufficient |
Are you requesting a feature, reporting a bug or asking a question?Reporting a bug What is the current behavior?functions added to event listeners have undefined (implicitly What is the expected behavior?Types are fully defined How would you reproduce the current behavior (if this is a bug)?Using Provide the test code and the tested page URL (if applicable)Tested page URL: WORKING EXAMPLE: https://codesandbox.io/s/surveyjs-1-8-63-types-x6hfk4 BROKEN EXAMPLE: https://codesandbox.io/s/surveyjs-1-9-66-types-fz258e Specify your
|
|||
|
survey-library | Bug | Dynamic Panel: Use `noEntriesReadonlyText` when `allowAddPanel` is `false` |
The |
|||
|
survey-library | Enhancement | When Image Question doesn't contain an image, it displays a missing image icon |
|
|||
|
survey-library | Enhancement | Tagbox mobile: swap 'Cancel' and 'Done' buttons |
|
|||
|
survey-library | Enhancement | Image Question: allow users use css accepted values for sizing image |
|
|||
|
survey-library | Enhancement | Add an option to execute a custom trigger when a user completes the last survey page |
A usage scenario: to implement a custom trigger which runs when a user switches to the next page.
Issue: the custom trigger won't be activated when a user completes the last survey page if we check for the
UPDATED: A new protected function "canBeExecutedOnComplete" has been added. It should return true.
Workaround: to call the survey.checkOnPageTriggers function on the
However, this code uses a private API, which is not basically recommended. Suggestion: add an option to run the custom trigger when a user completes the last survey page. |
|||
|
survey-library | Bug | Ranking, Safari - drag from blank area brings page text selection |
|
|||
|
survey-library | Enhancement | Ranking: keep size of ranking items while dragging |
|
|||
|
survey-library | Enhancement | Support language dialects for current and default locales in survey strings |
The origional issue has been described here |
|||
|
survey-library | Bug | Text question with number input type shows error when it should not |
Step to reproduce. Create a text question with inputType equals to "number", set min/max properties and do not make it requried.
|
|||
|
survey-library | Bug | [Angular] An active Table Of Contents tab is not changed when navigating between pages using the Preview/Next buttons |
|
survey-library | Bug | Question numbers appear out of a question's boundaries in RTL mode |
|
survey-creator | Enhancement | Display Current/Maximum Allowed Characters when maxLength is defined for a survey property |
The
Suggestion: inform users while typing about the number of remaining characters: for example, |
|||
|
survey-creator | Enhancement | Make the toolbox.createDefaultItems function public |
Suggestion: make the toolbox.createDefaultItems public. The task: to add a custom component at runtime and make it available in a toolbox. Original issue: T12189 - Register a custom component when the Survey Creator was rendered. |
|||
|
survey-creator | Bug | HTML question appears in the Set Value popup |
Example.
Create a Set Value trigger, and select an HTML question as a target question. The Set Answer button brings up a popup window with an HTML question; however, there is no way to specify a value for the HTML question.
I suggest that we exclude HTML questions from a list of available questions; or, allow users to set HTML instead of a value (since the HTML question doesn't actually have a value). |
|||
|
survey-creator | Bug | Borders disappear sometimes... |
|
|||
|
survey-creator | Bug | Do not modify logo position property for existing surveys |
Creator V2 set "logoPosition" property to the "right" by modifying the model. We need to set it to the "right" for new surveys only. If JSON is not set or it set as empty value, for example:
|
|||
|
survey-creator | Bug | Wrong Editor's Style |
|
|||
|
survey-creator | Bug | onPropertyValueChanging function argument description is misleading |
The issue: options.value is actually a previos property value, and options.newValue is a value just specified by a user (and a developer may correct it). However, the current options description is irrelevant. Original issue: T12301 - [DOCUMENTATION] onPropertyValueChanging arguments are misleading https://surveyjs.answerdesk.io/internal/ticket/details/T12301 Suggested corrections: options.value - The propery value before the change made by the user. options.newValue - The value the user just entered. You can specify this field if you want to override the newly entered value. |
|||
|
survey-creator | Bug | The survey.showTOC option - Weird display name in Survey Creator |
Please correct the |
Version: v1.9.78, released at Wednesday, March 15, 2023, Total Issue Count: 20
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Typescript types are insufficient |
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug
What is the current behavior?
functions added to event listeners have undefined (implicitly any
) types, which is not how it previously functioned nor how it is defined in documentation
What is the expected behavior?
Types are fully defined
How would you reproduce the current behavior (if this is a bug)?
Using survey-react
v1.9.66 and typescript with noImplicitAny: true
, attempt to .add
an event listener to a Model
object, see the compiler error.
Provide the test code and the tested page URL (if applicable)
Tested page URL: WORKING EXAMPLE: https://codesandbox.io/s/surveyjs-1-8-63-types-x6hfk4
BROKEN EXAMPLE: https://codesandbox.io/s/surveyjs-1-9-66-types-fz258e
Specify your
- browser:
- browser version:
- surveyjs platform (angular or react or jquery or knockout or vue): react
- surveyjs version: 1.9.66
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Dynamic Panel: Use `noEntriesReadonlyText` when `allowAddPanel` is `false` |
The noEntriesText
message used now suggests that users "Click the button below to add a new entry.". However, there are no such button when allowAddPanel: false
. We need to use noEntriesReadonlyText
in this case.
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
When Image Question doesn't contain an image, it displays a missing image icon |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Tagbox mobile: swap 'Cancel' and 'Done' buttons |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Image Question: allow users use css accepted values for sizing image |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Add an option to execute a custom trigger when a user completes the last survey page |
A usage scenario: to implement a custom trigger which runs when a user switches to the next page.
Issue: the custom trigger won't be activated when a user completes the last survey page if we check for the isOnNextPage
option in the canBeExecuted
function.
canBeExecuted(isOnNextPage: boolean): boolean {
return isOnNextPage;
}
UPDATED: A new protected function "canBeExecutedOnComplete" has been added. It should return true.
canBeExecuted(isOnNextPage: boolean): boolean {
return isOnNextPage;
}
canBeExecutedOnComplete(): boolean {
return true;
}
Workaround: to call the survey.checkOnPageTriggers function on the onCompleting
function:
model.onCompleting.add((sender, options) => {
sender['checkOnPageTriggers']();
});
However, this code uses a private API, which is not basically recommended.
Suggestion: add an option to run the custom trigger when a user completes the last survey page.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Ranking, Safari - drag from blank area brings page text selection |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Ranking: keep size of ranking items while dragging |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Support language dialects for current and default locales in survey strings |
The origional issue has been described here
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Text question with number input type shows error when it should not |
Step to reproduce. Create a text question with inputType equals to "number", set min/max properties and do not make it requried.
- enter incorrect value
- clear the value
- on trying to submit the error is shown. Here is the example.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
[Angular] An active Table Of Contents tab is not changed when navigating between pages using the Preview/Next buttons |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Question numbers appear out of a question's boundaries in RTL mode |
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Display Current/Maximum Allowed Characters when maxLength is defined for a survey property |
The maxLength
property is defined for survey elements. For example:
Survey and question titles
Question Description
Choice items
The 'Other' option's caption:
Any text input in Creator:
Suggestion: inform users while typing about the number of remaining characters: for example, 5/10
.
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Make the toolbox.createDefaultItems function public |
Suggestion: make the toolbox.createDefaultItems public. The task: to add a custom component at runtime and make it available in a toolbox. Original issue: T12189 - Register a custom component when the Survey Creator was rendered.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
HTML question appears in the Set Value popup |
Example.
Create a Set Value trigger, and select an HTML question as a target question. The Set Answer button brings up a popup window with an HTML question; however, there is no way to specify a value for the HTML question.
I suggest that we exclude HTML questions from a list of available questions; or, allow users to set HTML instead of a value (since the HTML question doesn't actually have a value).
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Borders disappear sometimes... |
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Do not modify logo position property for existing surveys |
Creator V2 set "logoPosition" property to the "right" by modifying the model. We need to set it to the "right" for new surveys only. If JSON is not set or it set as empty value, for example:
//It will set the logo position to the right;
creator.JSON = undefined;
//The logo position will have the defautl value "left".
creator.JSON = { elements: [{ name: "q1", type: "text "}]};
//It will set the logo position to the right;
creator.text = "";
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Wrong Editor's Style |
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
onPropertyValueChanging function argument description is misleading |
The issue: options.value is actually a previos property value, and options.newValue is a value just specified by a user (and a developer may correct it). However, the current options description is irrelevant.
Original issue: T12301 - [DOCUMENTATION] onPropertyValueChanging arguments are misleading https://surveyjs.answerdesk.io/internal/ticket/details/T12301
Suggested corrections: options.value - The propery value before the change made by the user. options.newValue - The value the user just entered. You can specify this field if you want to override the newly entered value.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
The survey.showTOC option - Weird display name in Survey Creator |
Please correct the survey.showTOC
property display name.
Version: v1.9.77, released at Tuesday, March 7, 2023, Total Issue Count: 19
Product | Type | Description | |
---|---|---|---|
|
survey-library | Enhancement | Why survey.jquery.js is so big (6.54 MiB)? |
Hi, When I build
Question: why Best regards, Stéphane |
|||
|
survey-library | Enhancement | Do not map visibleChoices to DropdownListModel actions |
It will be better if DropdownListModel could use visibleChoices array directly without mapping it on its actions. |
|||
|
survey-library | Enhancement | How hide buttons in certain pages in the progress bar |
Hello it's possible not show the buttons in all the pages in the progress bar. The idea is not overwhelm the user, because I have 15 pages in the survey I just want show the button in certain pages(like sections in the survey). If the user press button, just go to the page where the navigationTitle was placed I guess another person had the same concern than me in this issue: https://github.com/surveyjs/survey-library/issues/443 but not sure Regards |
|||
|
survey-library | Enhancement | Implement TOC navigation |
Survey navigation/Table Of Contents panel helps survey respondents go through a survey and directly access a required questionnaire item. It is especially useful for large surveys: when there are a lot of questions in a questionnaire. With a navigation bar, respondents can easier access questions and have greater control over the flow. Currently, SurveyJS has the following navigation options:
Suggestion: implement a left-side panel / a sidebar navigation. Customer requests:
Third-party alternatives
See also the internal issue - https://github.com/surveyjs/service/issues/702 |
|||
|
survey-library | Enhancement | Rating stars |
|
|||
|
survey-library | Enhancement | Tablet: Implement design for dropdown and tagbox questions |
|
survey-library | Bug | TagBox with Lazy Loading - A value disappears when using in-place search |
Original issue: T11468 - Auto Complete dropdown with API. Example To reproduce the issue, type in 'India' in the search box. The item appears, and immediatelly disappears: |
|||
|
survey-library | Bug | File Question - Cannot programmatically set a default value for the allowMultiple property |
The following code doesn't change a default value for a File question in React: the Allow Multiple Files checkbox remains unchecked.
In Knockout, the above code actually changes the Allow Multiple Files checkbox value:
jQuery: Example. |
|||
|
survey-library | Bug | Validators - "allowDigits": false doesn't allow entering a dot at the end of a sentence |
Example. A comment field uses the following validation:
However, when the following text doesn't pass validation (even though it is longer than 10 characters):
The text passes validation if I remove a dot:
Expected behavior: dots are allowed regardless of the |
|||
|
survey-library | Bug | Ranking stop working when display flex styles applied |
|
|||
|
survey-library | Enhancement | Get survey results following the original structure of a survey |
The task: to preserve the name of a question container (e.g., page, panel) in survey result structure. For example, if questions are located in a page or panel, survey results should follow:
Customer requests: |
|||
|
survey-library | Bug | Lazy Loading - A default value is not saved to survey results |
Original issue: T12205 - Pre-saved data in dropdown is lost. Issue: if a Dropdown/Tagbox has the
Expected behavior: survey results include a value specified for a Dropdown:
|
|||
|
survey-library | Bug | Dropdown works slowly with 10K records |
Here is the example with 1K records. Please modify it to 10K to see the issue. |
|||
|
survey-creator | Bug | An unnecessary panel placeholder (svc-panel__placeholder_frame) is added to a custom question widget |
A custom widget renders an additional Source issue (with an example): T12030 - Survey Creator Angular - Custom Question - An unnecessary panel placeholder is added to a custom question widget |
|||
|
survey-creator | Bug | Uncaught exception on trying to drag a None item in designer |
Are you requesting a feature, reporting a bug or ask a question?Reporting a bug What is the current behavior?If you add a radio group question in creator, then add the "None" option then click there the drag and drop icon would normally be this creates an uncaught exception. What is the expected behavior?There is no exception. How would you reproduce the current behavior (if this is a bug)?Explained above Provide the test code and the tested page URL (if applicable)Tested page URL: The demos on the product website have this issue. Specify your
|
|||
|
survey-creator | Bug | Property Grid doesn't show error on entring empty value |
Original issue: T12213 - How to add required validation on survey title and description I set a
|
|||
|
survey-creator | Bug | Property Grid. Table — Wrong Design |
|
|||
|
survey-pdf | Bug | Reporting Bug: Angular - Error Print with SVG Logo in Survey |
I just tried surveyjs in angular adding a logo, which is svg ("data:image/svg+xml;base64,...."), i get an error when i try to use savePdf() png or jpg images working fine ("data:image/png;base64,..)
here is an codesandbox, i modified your code example (check json.ts for survey content) punch the top button, and you get the error in the console |
|||
|
survey-analytics | Bug | Tabulator - Toolbar items are positioned incorrectly when the Dashboard is viewed on smaller screens |
Original issue: T12164 - UI break in Survey data dashboard in tabular form.
On smaller screens (tablet devices/mobile devices), the row selector is displayed at a wrong position (example).
|
Version: v1.9.77, released at Tuesday, March 7, 2023, Total Issue Count: 19
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Why survey.jquery.js is so big (6.54 MiB)? |
Hi,
When I build survey-jquery
in my survey-jquery-webpack-playground
I see:
$ yarn build:js
yarn run v1.22.10
$ webpack --mode=production
Webpack Bundle Analyzer is started at http://127.0.0.1:8888
Use Ctrl+C to close it
Hash: f8b2894639b5cbdb3923
Version: webpack 4.46.0
Time: 1027ms
Built at: 10/07/2021 21:42:48
Asset Size Chunks Chunk Names
main.js 1.43 MiB 0 [emitted] [big] main
Entrypoint main [big] = main.js
[0] ./node_modules/jquery/dist/jquery.js 282 KiB {0} [built]
[1] ./node_modules/survey-jquery/survey.jquery.js 6.54 MiB {0} [built]
[2] ./node_modules/css-loader/dist/runtime/api.js 2.46 KiB {0} [built]
[3] ./src/main.js 1.06 KiB {0} [built]
[4] ./node_modules/survey-jquery/survey.min.css 498 bytes {0} [built]
[5] ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js 6.67 KiB {0} [built]
[6] ./node_modules/css-loader/dist/cjs.js!./node_modules/survey-jquery/survey.min.css 23.4 KiB {0} [built]
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
main.js (1.43 MiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (1.43 MiB)
main.js
WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
Question: why survey.jquery.js 6.54 MiB
is so big? 🤔
Best regards, Stéphane
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Do not map visibleChoices to DropdownListModel actions |
It will be better if DropdownListModel could use visibleChoices array directly without mapping it on its actions.
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
How hide buttons in certain pages in the progress bar |
Hello
it's possible not show the buttons in all the pages in the progress bar. The idea is not overwhelm the user, because I have 15 pages in the survey I just want show the button in certain pages(like sections in the survey). If the user press button, just go to the page where the navigationTitle was placed I guess another person had the same concern than me in this issue: https://github.com/surveyjs/survey-library/issues/443 but not sure
Regards
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Implement TOC navigation |
Survey navigation/Table Of Contents panel helps survey respondents go through a survey and directly access a required questionnaire item. It is especially useful for large surveys: when there are a lot of questions in a questionnaire. With a navigation bar, respondents can easier access questions and have greater control over the flow.
Currently, SurveyJS has the following navigation options:
- Button navigation (for small surveys) https://surveyjs.io/form-library/examples/navigation-buttons/reactjs
- Custom navigation: an example on how to implement a drop-down menu with a question list for easier navigation (for example, for large surveys). https://surveyjs.io/form-library/examples/survey-customnavigation/reactjs
Suggestion: implement a left-side panel / a sidebar navigation.
Customer requests:
- The Left-Side Navigation Panel
- T10046 - Navigation Placement design the navigation on left in surveyjs?
- T11738 - Need to show survey in Preview mode only page navigation buttons
- An External Page Selector to Navigate to a Specific Page
- In PDF - Question Titles in the Header, clicking a title navigates to the question.
- Table of Contents for easier navigation having the question titles in the header and when you click on the title it takes you to the individual question in the pdf (with a large number of questions it would make it easier to check the pdf)
Third-party alternatives
- A Sidebar
See also the internal issue - https://github.com/surveyjs/service/issues/702
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Rating stars |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Tablet: Implement design for dropdown and tagbox questions |
Please, see: https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=15811%3A137758&t=FCCqrAMu7GSL7rB8-4
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
TagBox with Lazy Loading - A value disappears when using in-place search |
Original issue: T11468 - Auto Complete dropdown with API.
Example To reproduce the issue, type in 'India' in the search box. The item appears, and immediatelly disappears:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
File Question - Cannot programmatically set a default value for the allowMultiple property |
The following code doesn't change a default value for a File question in React: the Allow Multiple Files checkbox remains unchecked.
let prop = Serializer.getProperty("file", "allowMultiple");
prop.value = true;
prop.defaultValue = true;
In Knockout, the above code actually changes the Allow Multiple Files checkbox value:
However, the JSON schema comes with a wrong value:
{
"type": "file",
"name": "question1",
"allowMultiple": false
}
jQuery: Example.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Validators - "allowDigits": false doesn't allow entering a dot at the end of a sentence |
Example. A comment field uses the following validation:
"validators": [
{
"type": "text",
"text": "The answer must contain at least 10 characters",
"minLength": 10,
"allowDigits": false
}
However, when the following text doesn't pass validation (even though it is longer than 10 characters):
The text passes validation if I remove a dot:
Expected behavior: dots are allowed regardless of the allowDigits
property value.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Ranking stop working when display flex styles applied |
- how to reproduce? just use the following styles for your survey:
.sv-ranking {
display: flex;
flex-direction: column;
}
- workaround:
.sd-root-modern .sv-ranking {
display: flex;
flex-direction: column;
}
- possible fix (we should test it on mobile devices to apply the fix):
.sv-ranking-shortcut[hidden] {
display: none;
}
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Get survey results following the original structure of a survey |
The task: to preserve the name of a question container (e.g., page, panel) in survey result structure.
For example, if questions are located in a page or panel, survey results should follow:
[
{
"panel1":
{
"Name":"TEST",
"Mobile":"984378547"
}
},
{
"panel2":
{
"Name 2":"TEST",
"Mobile 2":"984378547"
}
}
...
]
Customer requests:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Lazy Loading - A default value is not saved to survey results |
Original issue: T12205 - Pre-saved data in dropdown is lost.
Issue: if a Dropdown/Tagbox has the defaultValue
and enables the lazy loading option, the default value is not saved to survey results.
To reproduce the issue, follow these steps:
Run the Lazy Loading demo. The France is set as a default value:
Don't change the value, and complete a survey. Survey data is empty; it doesn't include the default question value:
Expected behavior: survey results include a value specified for a Dropdown:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Dropdown works slowly with 10K records |
Here is the example with 1K records. Please modify it to 10K to see the issue.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
An unnecessary panel placeholder (svc-panel__placeholder_frame) is added to a custom question widget |
A custom widget renders an additional svc-panel__placeholder_frame
element:
Source issue (with an example): T12030 - Survey Creator Angular - Custom Question - An unnecessary panel placeholder is added to a custom question widget
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Uncaught exception on trying to drag a None item in designer |
Are you requesting a feature, reporting a bug or ask a question?
Reporting a bug
What is the current behavior?
If you add a radio group question in creator, then add the "None" option then click there the drag and drop icon would normally be this creates an uncaught exception.
What is the expected behavior?
There is no exception.
How would you reproduce the current behavior (if this is a bug)?
Explained above
Provide the test code and the tested page URL (if applicable)
Tested page URL: The demos on the product website have this issue.
Specify your
- browser:
- Reproduced in recent chrome and brave.
- editor version: 1.9.74 and whatever is live on the website for demos.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Property Grid doesn't show error on entring empty value |
Original issue: T12213 - How to add required validation on survey title and description
I set a survey.title
property as required, and specified default title & description. However, the creator still allows me to leave empty values:
import { Serializer } from "survey-core";
Serializer.getProperty('survey', 'title').isRequired = true;
...
creator.survey.title = "Sample Survey Title";
creator.survey.description = "Sample Survey Description";
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Property Grid. Table — Wrong Design |
Product |
|
---|---|
survey-pdf | |
Type | |
Bug | |
Description | |
Reporting Bug: Angular - Error Print with SVG Logo in Survey |
I just tried surveyjs in angular
adding a logo, which is svg ("data:image/svg+xml;base64,...."), i get an error when i try to use savePdf() png or jpg images working fine ("data:image/png;base64,..)
ERROR Error: addImage does not support files of type 'UNKNOWN', please ensure that a plugin for 'UNKNOWN' support is added.
P jspdf.es.min.js:86
addImage jspdf.es.min.js:86
DrillForContent survey.pdf.js:10544
process survey.pdf.js:10840
done survey.pdf.js:10692
onload survey.pdf.js:10718
here is an codesandbox, i modified your code example (check json.ts for survey content)
punch the top button, and you get the error in the console
Product |
|
---|---|
survey-analytics | |
Type | |
Bug | |
Description | |
Tabulator - Toolbar items are positioned incorrectly when the Dashboard is viewed on smaller screens |
Original issue: T12164 - UI break in Survey data dashboard in tabular form.
On smaller screens (tablet devices/mobile devices), the row selector is displayed at a wrong position (example).
Version: v1.9.76, released at Tuesday, February 28, 2023, Total Issue Count: 6
Product | Type | Description | |
---|---|---|---|
|
survey-library | Breaking Change | Tag Box: Drop-down menu remains open after users select a value |
Previously, the drop-down menu was closed after a user selected a value. Users had to reopen the menu every time they wanted to select more values. Now, the drop-down menu remains open to allow users to select as many values as they want. To close the menu, users can click the area outside it or click the input field. If you want to revert to the previous behavior, enable the
|
|||
|
survey-library | Bug | Question Left Indent Issue |
Creator and Preview (safari)
|
|||
|
survey-library | Bug | Set the same version in dependencies in package.json on survey-core |
We have the following line "survey-core": "*" in package.json "dependencies" section of package.json for "survey-react-ui", "survey-angular-ui" and "survey-knockout-ui". It should be the exact version, for example "survey-core": "1.9.75" for version "1.9.75". We did it already for "survey-creator-angular", "survey-creator-react" and "survey-creator-knockout" packages. |
|||
|
survey-creator | Bug | Toolbox: The More button disappears after creator.toolbox.addItem in compact mode |
|
|||
|
survey-creator | Enhancement | The event which is raised when reordring Property Grid item collections (e.g., pages, choices) |
Original issue: https://surveyjs.answerdesk.io/internal/ticket/details/t11721. The @RomanTsukanov Proposal we will have three DnD event types:
|
|||
|
survey-pdf | API Change | DrawCanvas: Rename the `countPages` property to `pageCount` |
The current name looks like it is a method that tells the component to count pages. Besides, the Survey object has a property called |
Version: v1.9.76, released at Tuesday, February 28, 2023, Total Issue Count: 6
Product |
|
---|---|
survey-library | |
Type | |
Breaking Change | |
Description | |
Tag Box: Drop-down menu remains open after users select a value |
Previously, the drop-down menu was closed after a user selected a value. Users had to reopen the menu every time they wanted to select more values.
Now, the drop-down menu remains open to allow users to select as many values as they want. To close the menu, users can click the area outside it or click the input field.
If you want to revert to the previous behavior, enable the closeOnSelect
property:
// Option 1: Enable the `closeOnSelect` property for an individual question
{
"name": "question1"
"type": "tagbox",
"closeOnSelect": true
}
// Option 2: Enable the `closeOnSelect` property for all Tag Box questions
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Question Left Indent Issue |
Creator and Preview (safari)
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Set the same version in dependencies in package.json on survey-core |
We have the following line "survey-core": "*" in package.json "dependencies" section of package.json for "survey-react-ui", "survey-angular-ui" and "survey-knockout-ui". It should be the exact version, for example "survey-core": "1.9.75" for version "1.9.75". We did it already for "survey-creator-angular", "survey-creator-react" and "survey-creator-knockout" packages.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Toolbox: The More button disappears after creator.toolbox.addItem in compact mode |
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
The event which is raised when reordring Property Grid item collections (e.g., pages, choices) |
Original issue: https://surveyjs.answerdesk.io/internal/ticket/details/t11721.
The creator.onAfterDrop
event is not raised when a user reorders pages or choices in a property grid: example.
Expected behavior: the creator.onAfterDrop
event is raised and contains information about the dropped item.
@RomanTsukanov Proposal we will have three DnD event types:
creator.onAfterDrop
- for survey elements on Design Surface - legacy! we can't change itcreator.onChoicesAfterDrop
- for "choices" reorderingSurvey.onMatrixRowAfterDrop
- for matrices dnd
Product |
|
---|---|
survey-pdf | |
Type | |
API Change | |
Description | |
DrawCanvas: Rename the `countPages` property to `pageCount` |
The current name looks like it is a method that tells the component to count pages. Besides, the Survey object has a property called pageCount
. It would be nice to keep the API consistent.
Version: v1.9.75, released at Tuesday, February 21, 2023, Total Issue Count: 20
Product | Type | Description | |
---|---|---|---|
|
survey-library | Bug | Custom widgets not working anymore (renderAs: 'prettycheckbox') |
In the newest versions of SurveyJs (> 1.9.54) custom widgets are not working anymore. Everything is working fine in Version 1.9.54.
In my tests the Are you requesting a feature, reporting a bug or asking a question?Bug, Regression What is the current behavior?Custom Widgets not working What is the expected behavior?Custom Widgets working How would you reproduce the current behavior (if this is a bug)?Change Version of SurveyJs from Version 1.9.54 to Version > 1.9.54 Provide the test code and the tested page URL (if applicable)CustomWidgetCollection.Instance.addCustomWidget({ ... name: 'my-widget', title: 'SurveyJs Creator', isFit: question => { // This is not called!!!! } ... }, "customtype") |
|||
|
survey-library | Bug | Ranking Issues and Enchancements |
See original design — https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SJS-Creator?node-id=9397%3A48582&t=loNh6Fq16DtZwLxq-4 and for the mobile - https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=10034%3A78153&t=kL5yFGm88ST1tKem-4 |
|||
|
survey-library | Enhancement | Display Current/Maximum Allowed Characters when a maximum length is defined for input fields |
Usage scenario: Text input fields (e.g., Text, Comment questions) define the
Display the Current/Max allowed characters for input fields.
|
|||
|
survey-library | Enhancement | Indent Between Questions |
|
survey-library | Enhancement | Remove gap between rows in panel/paneldynamic |
|
|||
|
survey-library | Bug | TagBox Questions |
|
|||
|
survey-library | Bug | Safary only: Matrix dynamic doesn't work correctly on iPad with allowRowsDragAndDrop option |
The following JSON doesn't work well on iPad:
|
|||
|
survey-library | Bug | maxWidth/minWidth settings don't work |
Please, see an example: https://plnkr.co/edit/wUWzXV69KJ0voV95 |
|||
|
survey-library | Enhancement | Make Angular (survey-angular-ui) dependencies less strict: support NG from V9 |
Downloads by versions: https://www.npmjs.com/package/@angular/core?activeTab=versions |
|||
|
survey-library | Bug | A Matrix Dropdown total does not appear in survey results when a matrix is read-only |
Run this example. The third matrix (Total Amount) calculates the summary for the first two matrices. The problem: Total Amound value doesn't appear in survey results, when the
Expected behavior: the
|
|||
|
survey-library | Bug | surveyjs-widgets is not working anymore since 1.9.67 version |
A noticed after updating to 1.9.72, that my prettycheckbox widgets are broken. After experimenting with various versions I discovered that there is an issue in survey-react sinse 1.9.67. The verstion 1.9.66 works fine. You can test it in any sandbox, please note that in HTML markup no any "pretty" CSS class anymore. |
|||
|
survey-library | Bug | Ranking - The separateSpecialChoices property is unnecessary |
Ranking questions cannot have special choices (Other, Select All, None). The |
|||
|
survey-library | Bug | Question Indices do not displayed in a specified format (1.01, 2.01, 3.01...) |
Original issue: T12048 - Setting pageNo to the questions.
The |
|||
|
survey-library | Bug | A Comment label overlaps the available area on small screens |
Original issue: T12053 - Comment text does not wrap when screen is small. Enable the Comment box for a question, define the Comment area text. Switch to a mobile screen - the comment label overlaps the available area. Example |
|||
|
survey-library | Enhancement | Add settings.panelDynamicMaxPanelCountInCondition |
We have settings.matrixMaxRowCountInCondition property but we do not have the same for panel dynamic:
|
|||
|
survey-creator | Enhancement | Change default Image picker and Tagbox values |
We need it to avoid strange behaviour when we change the image of item also we need Item 1, Item 2 for Tag Box |
|||
|
survey-creator | Bug | Logic editor doesn't display calculated fields with an empty expression and throws a validation error |
I created a calculated field which doesn't have an expression (it is specified from code using the
|
|||
|
survey-creator | Bug | Translation - An existing language remains in a language selector drop-down |
Original issue: T12052 - Translation tab feedback. To reproduce the issue:
|
|||
|
survey-creator | Enhancement | Add creator.deleteLocaleStrings function |
How to remove unnecessary/unsupported languages from a survey JSON. Consider these options:
The task was discussed in the following tickets:
|
|||
|
survey-creator | Bug | Multiple-Choice Matrix in Vertical orientation - The Cannot read properties of null (reading 'whenPanelFocusIn') exception is thrown when selecting a Radiogroup option for a Vertical Matrix |
To reproduce the issue:
See this video: https://user-images.githubusercontent.com/22372972/219423352-4f0cb171-3484-45eb-8bd0-aa396308ed0e.mp4 Issue 2: Proceed with editing the Radiogroup column:
|
Version: v1.9.75, released at Tuesday, February 21, 2023, Total Issue Count: 20
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Custom widgets not working anymore (renderAs: 'prettycheckbox') |
In the newest versions of SurveyJs (> 1.9.54) custom widgets are not working anymore. Everything is working fine in Version 1.9.54.
In my tests the isFit
function is not called anymore.
Are you requesting a feature, reporting a bug or asking a question?
Bug, Regression
What is the current behavior?
Custom Widgets not working
What is the expected behavior?
Custom Widgets working
How would you reproduce the current behavior (if this is a bug)?
Change Version of SurveyJs from Version 1.9.54 to Version > 1.9.54
Provide the test code and the tested page URL (if applicable)
CustomWidgetCollection.Instance.addCustomWidget({ ... name: 'my-widget', title: 'SurveyJs Creator', isFit: question => { // This is not called!!!! } ... }, "customtype")
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Ranking Issues and Enchancements |
- no drag indicator (Safary only)
- circle size
- floating item size
- editing mode - creator editing border:
- indicator position (mobile) :
See original design — https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SJS-Creator?node-id=9397%3A48582&t=loNh6Fq16DtZwLxq-4
and for the mobile - https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=10034%3A78153&t=kL5yFGm88ST1tKem-4
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Display Current/Maximum Allowed Characters when a maximum length is defined for input fields |
Usage scenario: Text input fields (e.g., Text, Comment questions) define the maxLength
property:
{
"elements": [
{
"type": "text",
"name": "question1",
"maxLength": 5
}
]
}
Display the Current/Max allowed characters for input fields.
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Indent Between Questions |
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Remove gap between rows in panel/paneldynamic |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
TagBox Questions |
- why the first item has background? Dropdown keyboard edit #5622
- we have to figure out with states (discuss) https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=16075%3A166365
- wrong text style (should be bold)
- popup should hide by Done button only (mobile, default) https://github.com/surveyjs/survey-library/issues/5645
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Safary only: Matrix dynamic doesn't work correctly on iPad with allowRowsDragAndDrop option |
The following JSON doesn't work well on iPad:
{
"type": "matrixdynamic",
"name": "question",
"columns": [
{
"name": "col1",
"cellType": "comment"
}
],
"allowRemoveRows": false,
"rowCount": 3,
"allowRowsDragAndDrop": true
}
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
maxWidth/minWidth settings don't work |
Please, see an example: https://plnkr.co/edit/wUWzXV69KJ0voV95
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Make Angular (survey-angular-ui) dependencies less strict: support NG from V9 |
Downloads by versions: https://www.npmjs.com/package/@angular/core?activeTab=versions
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
A Matrix Dropdown total does not appear in survey results when a matrix is read-only |
Run this example. The third matrix (Total Amount) calculates the summary for the first two matrices. The problem: Total Amound value doesn't appear in survey results, when the readOnly
flag is enabled for this Total Amount matrix:
{
"type": "matrixdropdown",
"name": "totalAmount",
"isRequired": true,
"readOnly": true,
"columns": [
{
"name": "Column 1",
"totalExpression": "{q1-total.amount} + {q2-total.amount}"
}
]
}
Expected behavior: the TotalAmount-total.amount
value appears in survey results (example).
"totalAmount-total":{"Column 1":110}}'
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
surveyjs-widgets is not working anymore since 1.9.67 version |
A noticed after updating to 1.9.72, that my prettycheckbox widgets are broken. After experimenting with various versions I discovered that there is an issue in survey-react sinse 1.9.67. The verstion 1.9.66 works fine. You can test it in any sandbox, please note that in HTML markup no any "pretty" CSS class anymore.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Ranking - The separateSpecialChoices property is unnecessary |
Ranking questions cannot have special choices (Other, Select All, None). The separateSpecialChoices
option is unnecessary.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Question Indices do not displayed in a specified format (1.01, 2.01, 3.01...) |
Original issue: T12048 - Setting pageNo to the questions.
The questionStartIndex
is set to 2.01
. However, a survey shows this as 2.1
: Example.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
A Comment label overlaps the available area on small screens |
Original issue: T12053 - Comment text does not wrap when screen is small.
Enable the Comment box for a question, define the Comment area text. Switch to a mobile screen - the comment label overlaps the available area. Example
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Add settings.panelDynamicMaxPanelCountInCondition |
We have settings.matrixMaxRowCountInCondition property but we do not have the same for panel dynamic:
/**
* Maximum panelCount that returns in addConditionObjectsByContext function
*/
panelDynamicMaxPanelCountInCondition: 1
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Change default Image picker and Tagbox values |
We need it to avoid strange behaviour when we change the image of item
also we need Item 1, Item 2 for Tag Box
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Logic editor doesn't display calculated fields with an empty expression and throws a validation error |
I created a calculated field which doesn't have an expression (it is specified from code using the survey.setValue
function).
Example.
Issues:
- A calculated field is unavailable in a list of objects when creating a logic expression inside a logic tab;
- The Logic tab throws a validation error.
quizTotalScore
is a calculated field specified from code.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Translation - An existing language remains in a language selector drop-down |
Original issue: T12052 - Translation tab feedback.
To reproduce the issue:
- Open the demo.
- Activate the Translation tab - it contains Deutsch in a list of translated languages.
- Activate a language selector drop-down.
- Obserge Deutsch in a list. Click it. Activate the drop-down again: the Deutsch option disappears. https://user-images.githubusercontent.com/22372972/218987920-2810315d-804a-45d1-b549-9b3d135e4186.mp4
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Add creator.deleteLocaleStrings function |
How to remove unnecessary/unsupported languages from a survey JSON. Consider these options:
- An API method;
- A Survey Creator Option.
The task was discussed in the following tickets:
T12052 - Translation tab feedback https://surveyjs.answerdesk.io/internal/ticket/details/T12052
T11480 - Remove localized strings from survey JSON https://surveyjs.answerdesk.io/internal/ticket/details/T11480
To reproduce the issue:
- Drop a Multiple-Choice Matrix to a survey;
- Navigate to Layout -> Enable the Vertical column orientation
- Select the first matrix column;
- Change its
Cell type
toRadiogroup
. - The following exception is thrown:
survey.core.min.js:6 Uncaught TypeError: Cannot read properties of null (reading 'whenPanelFocusIn')
at n.focusIn (survey.core.min.js:6:729377)
at HTMLDivElement.<anonymous> (knockout.js:445:350)
at t.updateOnHiding (survey.core.min.js:24:94684)
at t.updateOnHiding (survey.core.min.js:24:102228)
at Object.n [as func] (survey.core.min.js:24:92019)
at e.propertyValueChanged (survey.core.min.js:6:134224)
at e.setPropertyValue (survey.core.min.js:6:133058)
at t.set (survey.core.min.js:6:190245)
at t.onBlur (survey.core.min.js:6:645302)
at Object.blur (survey-knockout-ui.min.js:6:174091)
See this video: https://user-images.githubusercontent.com/22372972/219423352-4f0cb171-3484-45eb-8bd0-aa396308ed0e.mp4
Issue 2: Proceed with editing the Radiogroup column:
- Select Column1;
- Open the Choice property grid category;
- Add two custom choices.
- The following exception is thrown:
survey.core.min.js:6 Uncaught TypeError: Cannot read properties of null (reading 'locText')
at e.get (survey.core.min.js:6:336095)
at attr (eval at parseBindingsString (knockout.js:305:238), <anonymous>:3:204)
at update (knockout.js:425:43)
at a.$.l (knockout.js:336:468)
at Function.yd (knockout.js:205:95)
at Function.zd (knockout.js:204:61)
at Function.ha (knockout.js:200:404)
at Function.Hc (knockout.js:200:203)
at Function.notifySubscribers (knockout.js:140:516)
at Function.xa (knockout.js:154:154)
- Navigate to Preview, and back to the designer: rows disappear. See this video: https://user-images.githubusercontent.com/22372972/219424243-a9e33147-4224-44b8-b4fd-eea43547acdd.mp4
Version: v1.9.73, released at Wednesday, February 15, 2023, Total Issue Count: 18
Product | Type | Description | |
---|---|---|---|
|
survey-library | Bug | Published Survey Issues |
Orange Banner
Footer
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SJS-Creator?node-id=14373%3A174184
|
|||
|
survey-library | Bug | Checkboxes: Items should have limited response area |
The following video shows that checkboxes can be selected or unselected even when the mouse pointer is way off them: The response area should be limited to the box and the label, with some margin: |
|||
|
survey-library | Bug | Wrong text style for "primary" states. |
At least for these elements.
|
|||
|
survey-library | Bug | A bit incorrect spacings (matrix) |
|
|||
|
survey-library | Bug | Copy choices not bringing "Other" text |
Are you requesting a feature, reporting a bug or asking a question?Reporting a bug What is the current behavior?When you have a check box group whose choices are loaded from the choices selected on a previous question, if the user selects the "Other" option and enters text, that text is not copied over to the new question. What is the expected behavior?The text that was entered when "Other" was selected should be displayed among the list of options. How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)Tested page URL: Test code
Specify your
|
|||
|
survey-library | Enhancement | Add survey.onGetQuestionDisplayValue event |
The event is needed to override a question display value in the code.
For example SurveyJS returns empty string for empty question, but you may need to show "
|
|||
|
survey-library | Bug | Rating: in-matrix rendering |
|
survey-library | Bug | Angular - Build errors in survey-angular library |
After upgrading to v1.9.71, the survey-angular library requires a newer TypeScript version.
This causes problems as developers require to update their TypeScript version. |
|||
|
survey-library | Bug | Add callback function into composite question to update elements css |
Add a new callback function into
It can be used as the following:
|
|||
|
survey-library | Bug | Github Tag 1.9.72 missing |
based on https://surveyjs.answerdesk.io/ticket/details/T12008 |
|||
|
survey-library | Enhancement | Image in row - padding |
|
|||
|
survey-library | Bug | No clear/reset to default option for Dropdown list properties |
Updated: text question autoComplete property doesn't have an empty choice. The work-around:
Original issue: T12013 - No way to clear autocomplete property It is impossible to clear the Autocomplete property or reset to default the Input type property using Property Grid:
|
|||
|
survey-library | Enhancement | In `checkErrorsMode = 'onValueChanged'`, the first Matrixdropdown's validation message is not updated when you enter values to the second matrix (Matrixdynamic) |
Example Original issue: T11862 - Matrix Dropdown - Validation doesn't work. A survey has It works as expected when you enter values to the first matrix - a validation message is updated correctly. However, the validation message is not cleared up if you enter the 98 value to the second matrix instead: |
|||
|
survey-creator | Enhancement | Radio/Check/Dropdown questions in Creator |
Desktop is ok:
Mobile is ok: Design mode - terible:
|
|||
|
survey-creator | Enhancement | Handle Drag & Drop Events - No information about source, dragged, and target elements |
Usage scenario: to initiate events when a survey element is dragged and dropped: either from within the same page/panel or to a different page/panel altogether. Source ticket: T11641 - Dragging and Dropping Elements. Suggestion: enhance the onBeforeDrop/onAfterDrop events and add information about:
Plus - consider the scenario when users drag and drop entire panels (T11718 - Dragging a panel only recognizes the last element in the panel and dragging Pages is not recognized). |
|||
|
survey-creator | Bug | Image adorner issues |
Original design — https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=2281%3A116403&t=6ze9klYvo50EV7DU-4 |
|||
|
survey-creator | Breaking Change | Toolbox: Calling the `changeCategories` method no longer enables the `showCategoryTitles` property |
Previously, when you called the Toolbox's To revert to the previous behavior, enable the
|
|||
|
survey-creator | Bug | creator.onItemValueAdded - A newly added Rating question item ignores custom value and text when adding an item from the design surface |
When adding a Rating item from the design surface, the
Example. https://user-images.githubusercontent.com/22372972/218088611-a1262582-dac8-4e34-b994-963f5512c43a.mp4 |
Version: v1.9.73, released at Wednesday, February 15, 2023, Total Issue Count: 18
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Published Survey Issues |
Orange Banner
- wrong font style
Footer
- wrong height
- wrong logo size
- wrong font styles (bold and colors)
- lost top border
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SJS-Creator?node-id=14373%3A174184
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Checkboxes: Items should have limited response area |
The following video shows that checkboxes can be selected or unselected even when the mouse pointer is way off them:
The response area should be limited to the box and the label, with some margin:
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Wrong text style for "primary" states. |
At least for these elements.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
A bit incorrect spacings (matrix) |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Copy choices not bringing "Other" text |
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug
What is the current behavior?
When you have a check box group whose choices are loaded from the choices selected on a previous question, if the user selects the "Other" option and enters text, that text is not copied over to the new question.
What is the expected behavior?
The text that was entered when "Other" was selected should be displayed among the list of options.
How would you reproduce the current behavior (if this is a bug)?
- Define a question of type "checkbox" with the Other option available.
- Define another question of type checkbox whose choices will come from the selected choices in the first question.
- Start survey
- Select "Other" and enter some text for the first checkbox question
- Proceed to the next checkbox question
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
your_code_here
Specify your
- browser:
- browser version:
- surveyjs platform (angular or react or jquery or knockout or vue):
- surveyjs version:
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Add survey.onGetQuestionDisplayValue event |
The event is needed to override a question display value in the code.
For example SurveyJS returns empty string for empty question, but you may need to show "
survey.onGetQuestionDisplayValue.add((sender, options) => {
if(options.question.isEmpty()) {
options.displayValue = "<Empty>";
} else {
options.displayValue = "[" + options.displayValue + "]";
}
});
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Rating: in-matrix rendering |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Angular - Build errors in survey-angular library |
After upgrading to v1.9.71, the survey-angular library requires a newer TypeScript version.
- T11907 - Build error in angular project after upgrade to v1.9.71
- T12000 - Compilation Probelm
- T11973 - Does Survey js support angular versions 10 and node 12?
- https://github.com/surveyjs/survey-library/issues/5628
This causes problems as developers require to update their TypeScript version.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Add callback function into composite question to update elements css |
Add a new callback function into ICustomQuestionTypeConfiguration
configuration:
/**
* A function that is called each time a question nested within a [composite question](https://surveyjs.io/Documentation/Survey-Creator?id=create-composite-question-types) requires to update it's css classes.
*
* Parameters:
*
* - `question`: [Question](https://surveyjs.io/Documentation/Library?id=Question)\
* A composite question.
* - `element`: [Question](https://surveyjs.io/Documentation/Library?id=Question)\
* A nested question.
* - `cssClasses`: `any`\
* an object with CSS classes. For example `{root: "table", button: "button"}`. You can change them to your own CSS classes.
*/
onUpdateQuestionCssClasses?(question: Question, element: Question, cssClasses: any): void;
It can be used as the following:
const json = {
name: "fullname",
elementsJSON: [
{ type: "text", name: "firstName" },
{ type: "text", name: "lastName" },
],
onLoaded: (question) => {
const firstName = question.contentPanel.getQuestionByName("firstName");
firstName.value = "Jon";
},
onUpdateQuestionCssClasses: (question: Question, element: Question, css: any) => {
if(element.name === "firstName") {
css.root = "css_question1";
}
if(element.name === "lastName") {
css.root = "css_question2";
}
}
};
ComponentCollection.Instance.add(json);
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Github Tag 1.9.72 missing |
According to the Whatsnew Page is a new Version "released" 1.9.72. It seems that the Tag 1.9.72 for the survey library branch is missing. Pls add the Tag when you are ready for the release of this version, thx!
based on https://surveyjs.answerdesk.io/ticket/details/T12008
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Image in row - padding |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
No clear/reset to default option for Dropdown list properties |
Updated: text question autoComplete property doesn't have an empty choice. The work-around:
Survey.settings.questions.dataList.unshift("");
Original issue: T12013 - No way to clear autocomplete property
It is impossible to clear the Autocomplete property or reset to default the Input type property using Property Grid:
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
In `checkErrorsMode = 'onValueChanged'`, the first Matrixdropdown's validation message is not updated when you enter values to the second matrix (Matrixdynamic) |
Example Original issue: T11862 - Matrix Dropdown - Validation doesn't work.
A survey has checkErrorsMode = 'onValueChanged'
. The first Matrixdropdown has a validation rule which checks if the sum over two matcies equals 100. However, the validation message is not updated when you enter values to the second matrix (Matrixdynamic).
It works as expected when you enter values to the first matrix - a validation message is updated correctly.
However, the validation message is not cleared up if you enter the 98 value to the second matrix instead:
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Radio/Check/Dropdown questions in Creator |
Desktop is ok:
Mobile is ok:
Design mode - terible:
{
"title": "Pizza Order Form",
"logoHeight": "100px",
"logoPosition": "right",
"completedHtml": "<h3>Thank you for placing the order!</h3>",
"pages": [
{
"name": "page2",
"elements": [
{
"type": "panel",
"name": "panel3",
"elements": [
{
"type": "dropdown",
"name": "qty_n",
"minWidth": "100px",
"title": "Qty",
"hideNumber": true,
"choices": [
{
"value": "Item 1",
"text": "1"
},
{
"value": "Item 2",
"text": "2"
},
{
"value": "Item 3",
"text": "3"
},
{
"value": "Item 4",
"text": "4"
},
{
"value": "Item 5",
"text": "5"
}
],
"allowClear": false
},
{
"type": "dropdown",
"name": "size_n",
"minWidth": "100px",
"startWithNewLine": false,
"title": "Size",
"hideNumber": true,
"choices": [
{
"value": "5",
"text": "Small"
},
{
"value": "6",
"text": "Medium"
},
{
"value": "7",
"text": "Large"
}
],
"allowClear": false,
"autocomplete": "name"
}
],
"title": "Pizza Neapolitan"
},
{
"type": "panel",
"name": "panel3",
"elements": [
{
"type": "dropdown",
"name": "qty_m",
"minWidth": "100px",
"title": "Qty",
"hideNumber": true,
"choices": [
{
"value": "Item 1",
"text": "1"
},
{
"value": "Item 2",
"text": "2"
},
{
"value": "Item 3",
"text": "3"
},
{
"value": "Item 4",
"text": "4"
},
{
"value": "Item 5",
"text": "5"
}
],
"allowClear": false
},
{
"type": "dropdown",
"name": "size_m",
"minWidth": "100px",
"startWithNewLine": false,
"title": "Size",
"hideNumber": true,
"choices": [
{
"value": "6",
"text": "Small"
},
{
"value": "7",
"text": "Medium"
},
{
"value": "8",
"text": "Large"
}
],
"allowClear": false
}
],
"title": "Marinara",
"startWithNewLine": false
},
{
"type": "panel",
"name": "panel6",
"elements": [
{
"type": "dropdown",
"name": "qty_p",
"minWidth": "100px",
"title": "Qty",
"hideNumber": true,
"choices": [
{
"value": "Item 1",
"text": "1"
},
{
"value": "Item 2",
"text": "2"
},
{
"value": "Item 3",
"text": "3"
},
{
"value": "Item 4",
"text": "4"
},
{
"value": "Item 5",
"text": "5"
}
],
"allowClear": false
},
{
"type": "dropdown",
"name": "size_p",
"minWidth": "100px",
"startWithNewLine": false,
"title": "Size",
"hideNumber": true,
"choices": [
{
"value": "5",
"text": "Small"
},
{
"value": "6",
"text": "Medium"
},
{
"value": "7",
"text": "Large"
}
],
"allowClear": false
}
],
"title": "Pepperoni",
"startWithNewLine": false
}
],
"title": "Menu"
}
],
"completeText": "Submit",
"questionsOnPageMode": "singlePage",
"widthMode": "static",
"width": "1400"
}
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
Handle Drag & Drop Events - No information about source, dragged, and target elements |
Usage scenario: to initiate events when a survey element is dragged and dropped: either from within the same page/panel or to a different page/panel altogether. Source ticket: T11641 - Dragging and Dropping Elements.
Suggestion: enhance the onBeforeDrop/onAfterDrop events and add information about:
- The source element: the parent element - where we drag an element from;
- A dragged element;
- A drop target.
Plus - consider the scenario when users drag and drop entire panels (T11718 - Dragging a panel only recognizes the last element in the panel and dragging Pages is not recognized).
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Image adorner issues |
- there should not be paddings (left and right)
- button position
- no button hover
Original design — https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/Creator?node-id=2281%3A116403&t=6ze9klYvo50EV7DU-4
Product |
|
---|---|
survey-creator | |
Type | |
Breaking Change | |
Description | |
Toolbox: Calling the `changeCategories` method no longer enables the `showCategoryTitles` property |
Previously, when you called the Toolbox's changeCategories
method, the showCategoryTitles
property value was set to true
automatically. This behavior was useful because the Toolbox could only use category titles to designate categories. Now, the Toolbox can do the same with separators, which makes category titles optional.
To revert to the previous behavior, enable the showCategoryTitles
property explicitly after you call the changeCategories
method:
toolbox.changeCategories( ... );
toolbox.showCategoryTitles = true;
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
creator.onItemValueAdded - A newly added Rating question item ignores custom value and text when adding an item from the design surface |
When adding a Rating item from the design surface, the creator.onItemValueAdded
function is fired, however, a newly added item's value
and text
are not set to custom values.
creator.onItemValueAdded.add((sender, options) => {
options.newItem.value = 'newItem1';
switch (options.propertyName) {
case 'rateValues' :
options.newItem.value = "new1";
options.newItem.text = "Enter Choice";
break;
}
}
);
Example. https://user-images.githubusercontent.com/22372972/218088611-a1262582-dac8-4e34-b994-963f5512c43a.mp4
Version: v1.9.72, released at Tuesday, February 7, 2023, Total Issue Count: 20
Product | Type | Description | |
---|---|---|---|
|
survey-library | Enhancement | Third party Angular component integration: clarification needed |
I am developing custom widget types as standalone Angular applications (comparable to the principle of micro-frontends) and currently have a working solution, where I bootstrap the Angular module in the custom widget's
My approach is based on the official documentation on creating custom question widgets. I had to amend my solution however, as bootstrapping multiple Angular applications on a single page results in an error due to the same Angular platform being created multiple times. I have a workaround where both the custom widgets and my application request the Angular platform as a singleton, but I would like to provide a cleaner solution. I asked this as a general question on StackOverflow and got a response from a SurveyJS team member (thanks for that!). The response indicated I should switch to the new survey-angular-ui library to resolve my problem. As this library provides native Angular components and no longer relies on Knockout, I decided to make the jump. However I seem to be unable to figure out how to use the
Browsing through the docs, I found a tutorial on how to integrate third party widgets using React and I am wondering if the docs could be updated to include an Angular example as well? Many thanks in advance for your time and effort. |
|||
|
survey-library | Bug | Image Picker Issues |
|
|||
|
survey-library | Bug | SurveyBootstrapMaterial is not defined |
Are you requesting a feature, reporting a bug or asking a question?Bug How would you reproduce the current behavior (if this is a bug)?Go to the page https://surveyjs.io/form-library/examples/bootstrap-material-theme/jquery and click "Edit in CodeSandbox" button Provide the test code and the tested page URL (if applicable)Tested page URL: https://codesandbox.io/s/gfullq Test code
Specify your
|
|||
|
survey-library | Enhancement | standard-version is deprecated |
Are you requesting a feature, reporting a bug or asking a question?Bug? https://www.npmjs.com/package/standard-version Edit: part of #5316 |
|||
|
survey-library | Bug | File Question - File Preview is unavailable |
Original issue: T11856 - onDwonloadFile in cellType: file is correct but not in type: file. The File question preview is unavailable in the following cases:
Example: https://codesandbox.io/s/musing-zhukovsky-zv2wql?file=/src/SurveyComponent.jsx:263-446. Specify a private API key to test the example. |
|||
|
survey-library | Bug | Drop-Down Issues (mobile) |
|
|||
|
survey-library | Bug | File Question Issues |
|
|||
|
survey-library | Bug | Editor must not have inner shadow (focused state) |
|
|||
|
survey-library | Bug | Vue: The page scrolls to the top after an invisible question appears |
The bug was reproted on SurveyJS support forum. Here is the link. |
|||
|
survey-library | Enhancement | Do not render question min- and max-width in designMode |
issue is referenced to https://github.com/surveyjs/survey-creator/issues/3735 |
|||
|
survey-library | Bug | Panel dynamic with renderMode "progressTopBottom" doesn't show Add New button |
"Add New" button is not shown if there are two panels in panel dynamic and renderMode is different from "list". |
|||
|
survey-library | Enhancement | No dedicated event is raised when a user adds an Item in Multiple items and a column in matrices |
UpdatedNew events are added:
When a user adds another choice item, or matrix row, the creator.onItemValueAdded event is raised. However, no dedicated event is raised when a user adds a Multiple Text question item. Original issue: T11859 - RadioGroup, checkbox,matrix row columns. Currently, it is possible to handle a new Multiple Text question item adding as follows:
|
|||
|
survey-library | Bug | Error message on response required is not removed if a question becomes non-required |
Here is the JSON example and plunker example.
Steps to reproduce: Select "yes" for question "q1" and click "Complete". The error "Response required" will be shown. After that select "no" for question "q1" to make "q2" non requried. We have to clear the error message. |
|||
|
survey-library | Enhancement | Allow to convert to number strings with comma as a decimal delimiter |
Text question with maskEditor as a custom widget with comma (',') as a decimal delimiter doesn't work correctly, since the value could not be converted into number. SurveyJS should handle string "12,3" as "12.3" on converting it into number. |
|||
|
survey-creator | Bug | Adding new rating item from designer doesn't fire onItemValueAdded event |
The onItemValueAdded event is fired on adding new rating item into collection in the property grid, but it is not fired on adding a new item from the survey designer. |
|||
|
survey-creator | Enhancement | new item value doesn't work well for items with value and text |
If a choice item has text different from the value property then new item on the designer surface should show text and not a value. Here is the related issue on SurveyJS support forum. |
|||
|
survey-creator | Bug | Separators in question converters |
|
|||
|
survey-creator | Bug | Update "Choices from question" property on changing the question name |
SurveyJS Creator doesn't update "Choices from question" property when the corresponsed question name is changed. We should update it accordingly. |
|||
|
survey-creator | Bug | Survey Creator v2 for Angular totally freeze in the browser |
Are you requesting a feature, reporting a bug or ask a question?Reporting a bug What is the current behavior?I want to update Survey Creator from '1.841' to '1.9.71' version for Angular 14v app according to the tutorial form official documentation Add Survey Creator / Form Builder to an Angular Application. Currently, after adding v2 version of Survey Creator to my app, page with it totally freeze after a short a while interaction with Survey Settings panel (from the right side of the screen) if it is represented as below: ![]() What is the expected behavior?Survey Creator v2 properly work with Angular 14. Also, i see that you use in this example some angular packages from 13 version package.json What the reason of it? Can i use 14v of this?
How would you reproduce the current behavior (if this is a bug)?You can see that exactly behavior in your example of Survey Creator for Angular Application, presented in sandbox: https://swhfo8.csb.app/ P.S. Getting from SurveyJS-Angular example project Provide the test code and the tested page URL (if applicable)Tested page URL: https://swhfo8.csb.app/ Test code: https://codesandbox.io/s/swhfo8 Specify your
|
|||
|
survey-pdf | Bug | Export output contains misaligned components when Multiple-Choice Matrix contains an empty Detail form |
A Multiple-Choice Matrix has the |
Version: v1.9.72, released at Tuesday, February 7, 2023, Total Issue Count: 20
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Third party Angular component integration: clarification needed |
I am developing custom widget types as standalone Angular applications (comparable to the principle of micro-frontends) and currently have a working solution, where I bootstrap the Angular module in the custom widget's afterRender
hook:
import { CustomWidgetCollection } from 'survey-core';
const type = 'my-custom-type';
@Component{... }
class Widget { ... }
const json = {
name: type,
title: type,
widgetIsLoaded: () => true,
isFit: (question: Question) => question.getType() === type,
htmlTemplate: '<div></div>',
afterRender: async (question: Question, el: HTMLDivElement) => {
/**
* Create a new module on the fly to allow us to bootstrap to the root element (div) of the template of this custom question
*/
@NgModule({
imports: [BrowserModule, HttpClientModule, ...],
providers: [...],
})
class CustomQuestionModule implements DoBootstrap {
ngDoBootstrap(appRef: ApplicationRef): void {
appRef.bootstrap(Widget, el);
}
}
await platformBrowserDynamic().bootstrapModule(CustomQuestionModule);
},
};
CustomWidgetCollection.Instance.add(json, 'customtype');
My approach is based on the official documentation on creating custom question widgets.
I had to amend my solution however, as bootstrapping multiple Angular applications on a single page results in an error due to the same Angular platform being created multiple times.
I have a workaround where both the custom widgets and my application request the Angular platform as a singleton, but I would like to provide a cleaner solution. I asked this as a general question on StackOverflow and got a response from a SurveyJS team member (thanks for that!). The response indicated I should switch to the new survey-angular-ui library to resolve my problem.
As this library provides native Angular components and no longer relies on Knockout, I decided to make the jump. However I seem to be unable to figure out how to use the AngularComponentFactory
to register my custom Angular widget questions. In the code below I simply swapped out the functionality of the after render function and replaced that by registering the component instead directly to the AngularComponentFactory, but alas this does not seem to yield a result:
import { AngularComponentFactory } from 'survey-angular-ui';
const type = 'my-custom-type';
@Component{... }
class Widget { ... }
AngularComponentFactory.Instance.registerComponent(type, Widget)
Browsing through the docs, I found a tutorial on how to integrate third party widgets using React and I am wondering if the docs could be updated to include an Angular example as well?
Many thanks in advance for your time and effort.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Image Picker Issues |
- last item's name editing –> enter
- logic. Impossible to select item (milty-select)
- double click doesn't work to select text
- default image name remains after new image's loaded
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
SurveyBootstrapMaterial is not defined |
Are you requesting a feature, reporting a bug or asking a question?
Bug
How would you reproduce the current behavior (if this is a bug)?
Go to the page https://surveyjs.io/form-library/examples/bootstrap-material-theme/jquery and click "Edit in CodeSandbox" button
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://codesandbox.io/s/gfullq
Test code
SurveyBootstrapMaterial.defaultCss.navigationButton = "btn btn-green";
SurveyBootstrapMaterial.defaultCss.rating.item = "btn btn-default my-rating";
Specify your
- browser: edge
- browser version: 108.0.1462.76
- surveyjs platform: jquery
- surveyjs version: latest
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
standard-version is deprecated |
Are you requesting a feature, reporting a bug or asking a question?
Bug?
https://www.npmjs.com/package/standard-version
Edit: part of #5316
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
File Question - File Preview is unavailable |
Original issue: T11856 - onDwonloadFile in cellType: file is correct but not in type: file.
The File question preview is unavailable in the following cases:
- If you predefine
survey.data
.
survey.data = {
"xxxx": [
{
"name": "test.jfif",
"type": "image/jpeg",
"content": "b7d53698-5066-427b-8fa0-bfa43e85c0d0"
}
]
} ;
- When a survey's preview is displayed:
export const json = {
showPreviewBeforeComplete: "showAnsweredQuestions",
...
};
Example: https://codesandbox.io/s/musing-zhukovsky-zv2wql?file=/src/SurveyComponent.jsx:263-446. Specify a private API key to test the example.
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Drop-Down Issues (mobile) |
we should not focus the search editor at the start
popup is not close enough to the keyboard sometimes
- popup must not be scrolled
- after selection the keyboard must be hidden
- scrolling of the background
- all of this states are useless for mobile
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
File Question Issues |
- Placeholder alignment
- Weird image after photo upload
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Editor must not have inner shadow (focused state) |
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Vue: The page scrolls to the top after an invisible question appears |
The bug was reproted on SurveyJS support forum. Here is the link.
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Do not render question min- and max-width in designMode |
issue is referenced to https://github.com/surveyjs/survey-creator/issues/3735
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Panel dynamic with renderMode "progressTopBottom" doesn't show Add New button |
"Add New" button is not shown if there are two panels in panel dynamic and renderMode is different from "list".
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
No dedicated event is raised when a user adds an Item in Multiple items and a column in matrices |
Updated
New events are added:
/**
* An event that is raised on adding a new column in Matrix Dynamic or Matrix Dropdown question.
* - `sender`: `SurveyModel` - A survey instance that raised the event.
* - `options.question` - a matrix question.
* - `options.column` - a new added column.
*/
public onMatrixColumnAdded: EventBase<SurveyModel> = this.addEvent<SurveyModel>();
/**
* An event that is raised on adding a new item in Multiple Text question.
* - `sender`: `SurveyModel` - A survey instance that raised the event.
* - `options.question` - a multiple text question.
* - `options.item` - a new added item.
*/
public onMultipleTextItemAdded: EventBase<SurveyModel> = this.addEvent<SurveyModel>();
When a user adds another choice item, or matrix row, the creator.onItemValueAdded event is raised. However, no dedicated event is raised when a user adds a Multiple Text question item.
Original issue: T11859 - RadioGroup, checkbox,matrix row columns.
Currently, it is possible to handle a new Multiple Text question item adding as follows:
creator.onPropertyGridSurveyCreated.add((sender, options) => {
options.survey.onMatrixRowAdded.add((sender, options) => {
options.question.setRowValue(options.row.index, {
name: `name${options.row.index}`
});
});
});
Product |
|
---|---|
survey-library | |
Type | |
Bug | |
Description | |
Error message on response required is not removed if a question becomes non-required |
Here is the JSON example and plunker example.
const json = {
"elements": [
{
name: "q1",
type: "radiogroup",
choices: ["yes", "no"]
},
{
"name": "q2",
"type": "text",
"requiredIf": "{q1} = 'yes'"
}]
};
Steps to reproduce: Select "yes" for question "q1" and click "Complete". The error "Response required" will be shown. After that select "no" for question "q1" to make "q2" non requried. We have to clear the error message.
Product |
|
---|---|
survey-library | |
Type | |
Enhancement | |
Description | |
Allow to convert to number strings with comma as a decimal delimiter |
Text question with maskEditor as a custom widget with comma (',') as a decimal delimiter doesn't work correctly, since the value could not be converted into number. SurveyJS should handle string "12,3" as "12.3" on converting it into number.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Adding new rating item from designer doesn't fire onItemValueAdded event |
The onItemValueAdded event is fired on adding new rating item into collection in the property grid, but it is not fired on adding a new item from the survey designer.
Product |
|
---|---|
survey-creator | |
Type | |
Enhancement | |
Description | |
new item value doesn't work well for items with value and text |
If a choice item has text different from the value property then new item on the designer surface should show text and not a value. Here is the related issue on SurveyJS support forum.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Separators in question converters |
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Update "Choices from question" property on changing the question name |
SurveyJS Creator doesn't update "Choices from question" property when the corresponsed question name is changed. We should update it accordingly.
Product |
|
---|---|
survey-creator | |
Type | |
Bug | |
Description | |
Survey Creator v2 for Angular totally freeze in the browser |
Are you requesting a feature, reporting a bug or ask a question?
Reporting a bug
What is the current behavior?
I want to update Survey Creator from '1.841' to '1.9.71' version for Angular 14v app according to the tutorial form official documentation Add Survey Creator / Form Builder to an Angular Application. Currently, after adding v2 version of Survey Creator to my app, page with it totally freeze after a short a while interaction with Survey Settings panel (from the right side of the screen) if it is represented as below:

What is the expected behavior?
Survey Creator v2 properly work with Angular 14.
Also, i see that you use in this example some angular packages from 13 version package.json What the reason of it? Can i use 14v of this?
"@angular-devkit/build-angular": "~13.0.0",
"@angular/cli": "~13.0.0",
How would you reproduce the current behavior (if this is a bug)?
You can see that exactly behavior in your example of Survey Creator for Angular Application, presented in sandbox: https://swhfo8.csb.app/
P.S. Getting from SurveyJS-Angular example project
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://swhfo8.csb.app/
Test code: https://codesandbox.io/s/swhfo8
Specify your
- browser: Chrome
- editor version:
Product |
|
---|---|
survey-pdf | |
Type | |
Bug | |
Description | |
Export output contains misaligned components when Multiple-Choice Matrix contains an empty Detail form |
A Multiple-Choice Matrix has the "detailPanelMode": "underRow"
, but no detail controls.
PDF output contains misaligned texts: Example.
Version: v1.9.71, released at Tuesday, January 31, 2023, Total Issue Count: 22
Product | Type | Description | |
---|---|---|---|
|
survey-library | Bug | Fix design for overlay popup in dropdown question |
|
|||
|
survey-library | Enhancement | font-family is re-declared too often - using css var should be preferred |
Are you requesting a feature, reporting a bug or asking a question?bug What is the current behavior?I noticed the build css files contain quite a few font-family declarations, instead of using for example in https://unpkg.com/survey-core@1.9.68/defaultV2.fontless.css
What is the expected behavior?
|
|||
|
survey-library | Bug | Dynamic Panel without Buttons |
|
|||
|
survey-library | Enhancement | Single-Choice Matrix should not display a single row when its Rows collection is empty |
When the Single-Choice Matrix doesn't have any rows in its Rows collection, it should not display any row. However, by default, the matrix displays a single default row:
Original issue: T11755 - Matrix questions without rows. |
|||
|
survey-library | Enhancement | `choicesFromQuestion` in composite question |
Are you requesting a feature, reporting a bug or asking a question?Feature What is the current behavior?
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
WorkaroundDuplicate choices for both questions, use |
|||
|
survey-library | Enhancement | Support sum operations + for array values |
It will work in the following way:
Allow to summarise Checkbox values with other quesion values / string literals in expressions. |