diff --git a/src/core/question/classes/base-question-component.ts b/src/core/question/classes/base-question-component.ts index f0ab76a35..c1a7d8b85 100644 --- a/src/core/question/classes/base-question-component.ts +++ b/src/core/question/classes/base-question-component.ts @@ -481,11 +481,6 @@ export class CoreQuestionBaseComponent { return this.questionHelper.showComponentError(this.onAbort); } - - if (!this.question.multi && typeof this.question.singleChoiceModel == 'undefined') { - // We couldn't find the option to select, select the first one. - this.question.singleChoiceModel = options[0].value; - } } return questionDiv;