Skip to content

on select? #1278

@seabasss

Description

@seabasss

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions