Skip to content

Commit 23b36b8

Browse files
committed
Add rateValues property into rating column editor for matrix dynamic/dropdown #719
1 parent add61ca commit 23b36b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/questionEditors/questionEditorDefinition.ts

+4
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ export class SurveyQuestionEditorDefinition {
313313
properties: ["displayStyle", "currency"],
314314
tabs: [{ name: "expression", index: 10 }]
315315
},
316+
"matrixdropdowncolumn@rating": {
317+
properties: ["rateValues"]
318+
},
319+
316320
multipletextitem: {
317321
properties: ["inputType", "maxLength", "placeHolder", "requiredErrorText"]
318322
},

0 commit comments

Comments
 (0)