Skip to content

stop propagation with right click #136

Description

@jquimera

@claviska

$("#showButton").click(function(event){
    event.stopPropagation();
    $('#testInput').dropdown('show');
});

This is interesting, I like the dropdown does not close with the right click.

Can you help me? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions