Commit 6698c12
fix: handle Tab navigation from grid in overlay with focus-trap
When grid is inside an overlay with focus-trap, Tab from grid cells now correctly
moves focus to the next element in the overlay by temporarily removing focusexit
from the Tab order. This allows natural Tab flow to work in both regular grid
scenarios (with footer content) and overlay scenarios.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent cd1d0af commit 6698c12
File tree
1 file changed
+11
-2
lines changed- packages/grid/src
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
719 | | - | |
| 718 | + | |
| 719 | + | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
721 | 723 | | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
722 | 731 | | |
723 | 732 | | |
724 | 733 | | |
| |||
0 commit comments