ppietris / vue-poll

A Vue.js component for voting

Home Page:https://ppietris.github.io/vue-poll/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selected vote not showing if finalResults

yamenarahman opened this issue · comments

Selected tick or check is showing up with showResults but not with finalResults.

Hello Yamen.

Both showResults and finalResults indicate that a voting has ended and were added for show purposes. Correct me if I'm wrong, but I don't think that any of these properties (if true) allow the user to vote. That's the reason the check/tick is not visible.

Thanks!