Micromodal icon indicating copy to clipboard operation
Micromodal copied to clipboard

⭕ Tiny javascript library for creating accessible modal dialogs

Results 70 Micromodal issues
Sort by recently updated
recently updated
newest added

Hello ! I would like to pass some custom parameters when I open a Modal. ```js /** * Kick player from team with id * @param {MouseEvent} event */ function...

Uncaught TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at micromodal.min.js:1 at t (micromodal.min.js:1) at Object.init (micromodal.min.js:1)

I have an issue exactly opposite to this issue: https://github.com/ghosh/Micromodal/issues/180 Since I have a link within the the `main` portion of the modal, upon triggering the modal open, focus goes...

Hello, First of all thanks for this amazing yet very light library. I am facing an issue when the modal content is an iframe with a vimeo video embedded, i...

I've just found one line in the source code that made me confused https://github.com/ghosh/Micromodal/blob/master/lib/src/index.js#L106 ```js const body = document.querySelector('body') ``` Why would you use querySelector to find the body element?...

I found it a slight distraction to ponder the purpose of `id="modal-1-content"` in the markup example. I came to the conclusion that it is a legacy of when the example...

I need this because I use your project as a git submodule and I want to pin your project at 0.3.1 (for now). Until then I'll pin to a commit.

Hello, Thank you for this awesome plugin. In real projects i have a video / newsletter / ... modals, and they have custom onClose functions. Can you please adjust it...

enhancement

Hard to intigrate in HTML, Please add complete example with button to show modal on click.

Fixed focus leak in the following cases. case 1: Click a node preceding the first focusable. Then press Shift + Tab. case 2: Click a node following the last focusable....