-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add event delegation support #36
Labels
Comments
This impairs iCheck capabilities of being a drop in replacement for regular inputs |
I support shinuza's comment. We also have much problems with this. We have a lot of plug-ins that use the classic change event and if we update all plugins (which is not a quick job) we end up with plugins depending on iCheck, which is not good. |
Any news on this? |
Prepared for the next version. |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iCheck will not forward events when using event delegation, check this for reference:
Regular inputs:
http://codepen.io/anon/pen/dcIoh
iCheck inputs:
http://codepen.io/anon/pen/ktyvG
iCheck needs to forward those events to the underlying input
The text was updated successfully, but these errors were encountered: