-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
onFilter receives the handle if there is one #156
Labels
Comments
Is this not a bug then? If we dispatch |
No, this is not an bug, the function should work with the element on which the user clicked. But in order to maintain a uniform style, can change concept: _dispatchEvent(originalTarget, 'filter', target, undefined, startIndex); In |
RubaXa
added
enhancement
Quality of life changes to existing features
bug
and removed
bug
labels
Dec 8, 2014
OK, amended PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://jsbin.com/sizila/1/edit?html,output
If you click on the handle of the filtered element,
onFilter
should receive the element, just like onStartThe text was updated successfully, but these errors were encountered: