Hi,
My bootstrap modals are closed one second after open since I start to use grocery crud bootstrap theme.
This is an example of a button that open my modal:
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">Import</button>
I think the problem is with all modals that are open with data-toggle="modal".
Can u help me with that?
PS: I'm using sb admin 2 template.