-
Notifications
You must be signed in to change notification settings - Fork 983
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
Custom events inside sortables #41
Comments
Hey @brusherru, You can either set a |
@clauderic, |
I'm happy to review any alternative solutions you can come up with but I can't think of any. |
FYI, just published |
Hello I have been looking for a solution to fire an onChange event for a checkBox that is inside SortableElement. |
…clauderic#36, clauderic#41) props. Prevent right click from causing sort start (clauderic#46)
Hi there!
I need to use custom events on elements inside SelectableElement. But Selectable blocks onClick events (I just can bind onMouseDown / onMouseMove and etc, but not onMouseUp or onClick).
Is there any easy way to solve it?
Thanks!
The text was updated successfully, but these errors were encountered: