-
Hej FDS,
Vi er i gang med at opgradere en af vores selvbetjeningsløsninger fra dk-fds version 4.4.0 til 5.3.0. Det giver os nogle udfordringer i forbindelse med faneblade.
På version 4.4.0 ser løs…
-
I'm using Handlebars in my project to add dynamic content on a page. Unfortunately triggering a micromodal in a template doesn't work. Method **MicroModal.show("id")** does not work either.
Templat…
-
Good day, after upgrade to 0.4.5 i got error ```TypeError: Cannot read property 'focus' of undefined
at Modal.setFocusToFirstNode (micromodal.es.js?a1b7:259)
at Modal.showModal (micromodal.e…
-
The library works great on every browser except Internet explorer.
I get the following error:
> MicroModal is not defined
in the follwing code:
```
MicroModal.init({
openTrigger: …
-
Hi, after upgrade micromodal to 0.4.3 i got error
```
error An unexpected error occurred: "ELOOP: too many symbolic links encountered, stat '/Users/user/Library/Caches/Yarn/v6/npm-micromodal-0.4.3-7…
-
https://github.com/ghosh/micromodal/blob/bc03d6d972caf11dccff557eadcd00b7ab75b2f3/src/index.js#L34
-
Would be great to have such kind of tooltips as on this page:
https://help.apple.com/xcode/mac/current/#/dev84c38774c
![image](https://user-images.githubusercontent.com/48750990/64919167-de43b400-d7…
-
**Describe the bug**
Problems with commonjs 'require'
Issue 1. Other imports/libraries stop working when ```const fs = require('fs');``` is enabled
In src/routes/index.svelte: when ```const fs = …
-
Hello,
Thank you for the great library for accessibility. We are happy users, but today after CDN went unavailable, MicroModal library gets "Syntax error" in IE 11 and as a result, the JS library i…
-
The original event that triggers the opening and closing of the modal is not passed to the `onShow` or `onClose` function. This is useful information for my project (ie. need to read a data-attribute …