focus-trap icon indicating copy to clipboard operation
focus-trap copied to clipboard

A lightweight web component that traps focus within a DOM node

Results 18 focus-trap issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Conditionally calls define of the attribute. We have a case where we load weightless into lit elements and then using them in an angular project, when loading different elements using...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.5.0 to 8.5.1. Commits 5bd73f6 8.5.1 4d0804b Backport #352. Closes #353 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hapi/hoek&package-manager=npm_and_yarn&previous-version=8.5.0&new-version=8.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

It would be useful if we could declaratively set the first node as focused automatically. Something like: ```html ``` This would only be actioned when the element is initially created....

I'm working on a component library built with Stencil JS that is using focus trap and I ran into https://github.com/ionic-team/stencil/issues/1782 trying to setup prerendering with Stencil. When Stencil prerenders it...