Skip to content
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

onMove event needs 'currentIndex' #1095

Closed
JWess opened this issue Apr 28, 2017 · 1 comment
Closed

onMove event needs 'currentIndex' #1095

JWess opened this issue Apr 28, 2017 · 1 comment

Comments

@JWess
Copy link

JWess commented Apr 28, 2017

During a drag, there is no way to know where the item (being dragged) currently resides. onMove fires each time the item snaps into a news spot (during drag), but it does not have any indication where the item resides in the list.

@owen-m1
Copy link
Member

owen-m1 commented Jan 15, 2019

As of 1.8.0, use the onChange event, with evt.newIndex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants