Multiple Text Question - No dedicated event is raised when a user adds another Item

This issue has been tracked since 2023-01-27.

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}`
      });
    });
});
More Details About Repo
Owner Name surveyjs
Repo Name survey-creator
Full Name surveyjs/survey-creator
Language TypeScript
Created Date 2015-12-22
Updated Date 2023-03-22
Star Count 680
Watcher Count 28
Fork Count 307
Issue Count 301

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date