theKashey / focus-lock

Gotcha! A11y util for scoping a focus.
MIT License
172 stars 17 forks source link

Add focusOptions for sibling functions #23

Closed Kulevw closed 3 years ago

Kulevw commented 3 years ago

I use focus-lock for focus management in modal dialogs, but focus-lock have helpers functions for focus management and I use sibling functions for custom select input

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (36eaa9c) into master (125a50b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   82.69%   82.69%           
=======================================
  Files          20       20           
  Lines         312      312           
  Branches       68       68           
=======================================
  Hits          258      258           
  Misses         49       49           
  Partials        5        5           
Impacted Files Coverage Δ
src/sibling.ts 91.30% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 125a50b...36eaa9c. Read the comment docs.

theKashey commented 3 years ago

Implemented in v0.9.0