Skip to content

hidden.bs.modal trigger not being called after modal close #35

@ghost

Description

BUG: issue with hidden.bs.modal boostrap trigger being called by visualstrap
manual trigger example: $element.trigger("hidden.bs.modal");
the following method should execute when the bootstrap modal is closed after hidden trigger is called

<script>
$element.on('hidden.bs.modal', function () {
//this function doesn't execute unless the trigger is manually fired.
});
</script>

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