-
It is stated in the documentation, that a modal can be launched by `MicroModal.show('modal-id')`, however, MicroModal is not made accessible on the window object.
The following exceptoin is thrown: `…
-
Hey folks,
Could you please add this great modal script to [CDNJS](https://cdnjs.com) so we have more options than just unpkg??
That's a great network which uses Cloudflare & some other provide…
-
Som et levn fra gamle dage, beskrives modal komponenten med følgende HTML selv i nyeste version af Designsystem:
```
```
eksempel ovenfor fra https://designsyste…
-
Hi
The following error is generated.
```
Uncaught TypeError: e.target.parentNode is null
value /js/micromodal.min.js?ver=2.0:1
value /js/micromodal.min.js?ver=2.0:1
value /js/mic…
-
**Repo**
```js
MicroModal.init({
onClose() { console.log('close') }
})
MicroModal.show('my-modal')
MicroModal.close('my-modal')
```
**Expectation:** "close" will be logged to the console
…
-
https://github.com/ghosh/Micromodal/issues/269 is not fixed. Please see [this comment](https://github.com/ghosh/Micromodal/issues/269#issuecomment-605404512).
Some advertising scripts pollute `Arra…
-
Hi there! I just came back to a project from about a year ago and I'm now getting this error on a previously working codebase that I hadn't made any changes to:
```
jquery.min.js:2 jQuery.Deferred…
-
I am not getting any errors while debugging but it is not working on simulators nor on iphone devices.
-
公式
https://micromodal.vercel.app/
-
## What problem does this address?
In responsive view, the navigation block has a fade-in animation, but not a fade out.
## What is your proposed solution?
Can we edit the MicroModal.init setting…