MOBILE-3833 qtype multichoice: change button type

main
Alfonso Salces 2022-04-18 15:52:20 +02:00
parent 38c12d9a33
commit 2e584357e7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
[attr.aria-label]="'core.question.incorrect' | translate"></ion-icon>
</ion-item>
<ion-button *ngIf="!multiQuestion.disabled" class="ion-text-wrap ion-margin-top" expand="block" fill="outline"
[disabled]="!multiQuestion.singleChoiceModel" (click)="clear()" type="reset">
[disabled]="!multiQuestion.singleChoiceModel" (click)="clear()" type="button">
{{ 'addon.mod_quiz.clearchoice' | translate }}
</ion-button>