Micromodal
Micromodal copied to clipboard
⭕ Tiny javascript library for creating accessible modal dialogs
In Safari 15.4 on macOS, the "Trapping tab focus within the modal" does not appear to function; tabbing leaves the modal to the background page even in the "Demo Modal"...
Hi, I've just added this to a local project i'm working on. It's great but I have a grid of items, on which some of them have a Micro Modal...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Enables usage of library in web-components. See https://github.com/ghosh/Micromodal/issues/65#issuecomment-654797068 
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 `Array.prototype` (e.g. `Array.prototype.clear`), which is iterated by micromodal in these two locations and ends up attempting to iterate...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
We have HTML content that's added to the page dynamically. It would be nice to initialize modals for just this tree of elements. We could initialize the entire document again,...
I have a modal opening on page load. When i click the trigger button to close it closes then immediately reopens. Am I missing something here? My js code: `import...
Adding an option called `disableEsc` for being able to prevent closing modal on `ESC` keypress.
I'm showing a form within my modal. When selecting the text in e.g. a text field, and stopping the selection over the modal overlay, the modal closes in Chrome. In...