Alexander Petkov
Alexander Petkov
It appears when using requireJS, `module.exports` is not present (this if statement) and therefore an empty FastClick object is returned. It seems that FastClick is not maintained very well, seeing...
Are you sure that's not something on your side? There's no such method in this library. If you're certain it's a problem with Switchery though, please provide detailed steps of...
Update your apps to `0.8.2` and LMK if that problem still persists. Thanks.
@raphael22 can you provide a working example?
This is the person who created the gem, he's officially the maintainer on RubyGems.org - https://rubygems.org/profiles/zedtux - try emailing him first.
@taueres Thanks for catching this bug! Please make sure you generate a standalone version (development) and bump the version with a patch increment on all places it occurs (comments in...
Since your branch is gone ATM and I can't make these changes, I'd ask you to make sure you're not setting tabIndex unless specified. With the current implementation, you're setting...
Can you provide an example?
@DariusIII Thanks for the update. Is there a specific reason to bump the version, e.g. an issue you encountered? Also, if there's a good enough reason, make sure you update...
@lisandroprada The trick is to attach the event on the checkbox itself. Here's an example.