Merge pull request #1400 from dpalou/MOBILE-2469

Mobile 2469
main
Juan Leyva 2018-07-05 16:59:07 +02:00 committed by GitHub
commit 963d0adbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -148,6 +148,7 @@ $spinner-ios-ios-color: $core-spinner-color;
$tabs-ios-tab-color-inactive: $tabs-tab-color-inactive;
$button-ios-outline-background-color: $core-button-outline-background-color;
$toolbar-ios-height: 44px + 15;
$checkbox-ios-icon-border-radius: 0px !default;
// App Material Design Variables
// --------------------------------------------------