-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Modal auto-hide breaks #265
Comments
You mean call both at the same time? Open the second before first finishes the show animation? |
No, I mean consequently, not both at a time. |
The first example showcases the use of consequently opening modals, no issues there. You mean you call the second modal via JS |
Exactly. Same example, with pure JS and no Data API, as I mentioned. |
You have a test site? |
Not yet, sorry. |
@sergeymorkovkin please download latest master and give it a spin. Also check documentation updates. Thanks for reporting and have fun. |
Confirm. Worked perfectly! |
Create two modals, do NOT use data API, call show() on the first modal, the call show() on the second. The script will break.
The text was updated successfully, but these errors were encountered: