-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Hey
I've played with the on change, on item_add and on blur, but I would need an on select. Is that possible? I want to trigger an action even if the already selected item is clicked on.
For some reason this doesn't work either.
$('.selectize-dropdown').on('click', function(e) {
//...
});
Any ideas?
Thanks!
Edit // I actually got it to work the way I want with a combo of change, blur, item_add and item_remove hehe. Problem solved. But if there is way to do on select please let me know. Thanks!
Metadata
Metadata
Assignees
Labels
No labels