-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onshow/onshown never being triggered #370
Comments
I've been looking at the code, and I'm not seeing any real trigger of the events, onshow/onshown. I only see on the open function the call to 'show'. Around Line 1090
|
@amjo @erikbartlow what's the version of bootstrap and bootstrap-dialog? |
I'm using BootstrapDialog here in Jan of 2020 and I'm seeing this same behavior. I'd like to focus a text field in the dialog content when the dialog pops but it isn't working. |
Still an issue 2022 for me. |
I've got to show a bootstrap dialog in order to disaply an upload form.
problem is, i can never get the onshow or onshown events trigger.
I'm kind of running out of options to why this is happening. the dialog opens up normally, but placing an alert("I'm not that Awesome"); doesn't work.
here's a snippet of my code:
The text was updated successfully, but these errors were encountered: