wishkit / wishkit-ios

In-App Feature Requests. Made Easy.
https://wishkit.io
MIT License
138 stars 24 forks source link

Undo a vote by tapping again #20

Closed ulibath closed 2 months ago

ulibath commented 1 year ago

Users tend to explore a new feature by tapping on buttons. When first using the wish list, they might not be aware that they are already voting and cannot undo the vote. We would currently solve this with an additional warning text above the list. However, it would be great if this feature could be added.

martinlasek commented 2 months ago

You can now allow users to undo a vote in v4.3.0 🙂

Simply set the following configuration ✨

WishKit.config.allowUndoVote = true

Thanks for suggesting this feature!