fix polls options
This commit is contained in:
parent
e7c64e47c4
commit
fb55c98483
2 changed files with 5 additions and 2 deletions
|
|
@ -38,6 +38,7 @@
|
|||
:aria-labelledby="`option-vote-${randomSeed}-${index}`"
|
||||
:aria-checked="choices[index]"
|
||||
@click="activateOption(index)"
|
||||
class="input unstyled"
|
||||
>
|
||||
<!-- TODO: USE CHECKBOX -->
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue