prevent default on IsA only

This commit is contained in:
Edward Betts 2021-07-22 15:30:18 +02:00
parent 9aa5cad9bc
commit 94e971c890
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@
<span>
<input class="form-check-input me-1" type="checkbox" :id="'isa-' + isa.qid" :value="isa.qid" v-model="isa_ticked">
{{ isa.label }} ({{ isa.qid }})
<a href="#" @click.stop="isa_ticked=[isa.qid]">only</a>
<a href="#" @click.prevent="isa_ticked=[isa.qid]">only</a>
</span>
<span class="badge bg-primary rounded-pill">{{ isa.count }}</span>
</label>