Commit a6b52ea
authored
fix: fixes focus moving to next cell when using arrow keys on slider (#1338)
Previously when using the Arrow Keys for changing the range slider the focus would move to the next/previous cell.
This is now prevented. The only downside is that the user has to press Tab again to move the focus outside of the slider, which in my point should be okay as he has to tab in to get focus. Additionally this is now consistent with text input filters.
Fixes #12541 parent 780c269 commit a6b52ea
File tree
1 file changed
+8
-0
lines changed- packages/material-react-table/src/components/inputs
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
0 commit comments