Misha Moroshko
Misha Moroshko
See how it's done here: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/contrast-ratio.js#L186
**Problem description**: Below is a little example where I render 2 sections by making the section label a disabled item. When navigating the items using the keyboard, it does behave...
Currently, `appElement` is expected to be an instance of `window.HTMLElement`. But, when the `Modal` is rendered inside an `iframe`, the iframe's `window.HTMLElement` is a different instance causing the following warning:...
When the `Modal` is rendered inside an `iframe`, the wrong `window` is used [here](https://github.com/reactjs/react-modal/blob/76df16ba7cd7346156331c71a15d722c5f4e0db8/src/helpers/tabbable.js#L22), causing this error: > Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type...
Hi, Just wanted to know if "chessboardjs" is working on mobile, specifically the drag and drop functionality? It would be nice to state in [README.md](https://github.com/oakmac/chessboardjs/blob/master/README.md) in which browsers it was...
We currently set `autoComplete="off"` in a few components. This is going against accessibility according to [this](https://twitter.com/rleggos/status/1376576027544158213?s=20). Should we set `autoComplete="off"` by default, but let users to override it (e.g. ``)?
### Describe the bug Strangely enough, adding more sprinkles (see [this commit](https://github.com/moroshko/webpack-cache-issue/commit/843ea3a26a4a36d92c5c851918414512081a56f8)) causing the following warning to appear in Node's console: ``` [webpack.cache.PackFileCacheStrategy] Serializing big strings (110kiB) impacts deserialization performance...