Micromodal icon indicating copy to clipboard operation
Micromodal copied to clipboard

Allow to pass Element itself to targetModal, not only 'id' of element

Open pbek opened this issue 5 years ago • 2 comments
trafficstars

Enables usage of library in web-components. See https://github.com/ghosh/Micromodal/issues/65#issuecomment-654797068

image

pbek avatar Jul 07 '20 11:07 pbek

You need to do this same thing this.modal = typeof targetModal === "string" ? document.getElementById(targetModal) : targetModal at the closeModal function

gstvribs avatar Dec 29 '20 20:12 gstvribs

please merge this!

code3z avatar Feb 10 '22 02:02 code3z