iziModal
iziModal copied to clipboard
data-iziModal-autoOpen opens wrong modal
I've two iziModals on a HTML-page - one has the data-iziModal-autoOpen attribute set.
Works fine, if the "autoOpen-Modal" is placed as last after the other modals in the code. But if i reverse this order, the other modal is auto opened, although it has not this attribute.
It seems, that always the last modal in order is opened, if one modal has the attribute data-iziModal-autoOpen. I've tried this issue also with three modals (one with auto open attribute) - same result...