diff --git a/packages/survey-creator-core/src/question-editor/definition.ts b/packages/survey-creator-core/src/question-editor/definition.ts index 251a7ba6ea..6d7f7daaa4 100644 --- a/packages/survey-creator-core/src/question-editor/definition.ts +++ b/packages/survey-creator-core/src/question-editor/definition.ts @@ -436,6 +436,9 @@ export class SurveyQuestionEditorDefinition { { name: "optionsCaption", tab: "choices" }, { name: "showNoneItem", tab: "choices" }, { name: "noneText", tab: "choices" }, + { name: "choicesMin", tab: "choices" }, + { name: "choicesMax", tab: "choices" }, + { name: "choicesStep", tab: "choices" }, { name: "choicesVisibleIf", tab: "logic" }, { name: "choicesEnableIf", tab: "logic" }, ],