Hi,
As this plugin uses the modal component of Bootstrap, one would expect the default events to be usable (such as 'show.bs.modal'). However, when calling waitingDialog.show();, that event doesn't seem to be triggered as expected.
Am I missing something, or is this a bug?
Example: https://bootsnipp.com/snippets/PElzm (check the HTML. The second console.log() is never executed).
Hi,
As this plugin uses the modal component of Bootstrap, one would expect the default events to be usable (such as 'show.bs.modal'). However, when calling
waitingDialog.show();, that event doesn't seem to be triggered as expected.Am I missing something, or is this a bug?
Example: https://bootsnipp.com/snippets/PElzm (check the HTML. The second console.log() is never executed).