This commit is contained in:
Henry Jameson 2024-03-04 21:40:35 +02:00
commit b10458e3a3
3 changed files with 10 additions and 4 deletions

View file

@ -37,8 +37,8 @@
:role="poll.multiple ? 'checkbox' : 'radio'"
:aria-labelledby="`option-vote-${randomSeed}-${index}`"
:aria-checked="choices[index]"
@click="activateOption(index)"
class="input unstyled"
@click="activateOption(index)"
>
<!-- TODO: USE CHECKBOX -->
<input