Jordan Eldredge
|
1a45099045
|
Use MutationObserver to detect focused decedents leaving the DOM
|
2019-05-07 19:35:17 -07:00 |
|
Jordan Eldredge
|
bd1999778d
|
Fix bug with ref
When using a ref in an effect, you need to use a state ref, otherwise the binding happens too early.
|
2019-05-06 22:22:13 -07:00 |
|
Jordan Eldredge
|
3aa25f0b55
|
Focus target on click
I'm not sure why onFoucs+tabIndex does not do this
|
2019-05-02 17:45:07 -07:00 |
|
Jordan Eldredge
|
0792c51fb8
|
Trap focus
|
2019-05-01 22:29:10 -07:00 |
|
Jordan Eldredge
|
9f7e92f370
|
Simplify focus Target
|
2019-05-01 22:29:10 -07:00 |
|
Jordan Eldredge
|
6132acdf2c
|
Make focus nullable
|
2019-05-01 22:29:10 -07:00 |
|
Jordan Eldredge
|
8627b4d2c4
|
Use native event handling for keydown
This allows us to stopPropogation and actually prevent global hotkeys
|
2019-05-01 22:29:10 -07:00 |
|
Jordan Eldredge
|
24d446e47b
|
Extract focus management to a component
|
2019-05-01 22:29:10 -07:00 |
|