-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit 5825faf
fix(material/autocomplete): don't block default arrow keys when using modifiers (#11987)
Currently we hijack all up/down arrow key events, however this interferes with keyboard shortcuts such as shift + up arrow for marking all of the text. These changes stop intercepting the arrow keys, if they're used with a modifier.
These changes also fix an issue where all the mocked out key events had the `metaKey` set to `true` on some browsers.1 parent ca6b9fa commit 5825faf
File tree
3 files changed
+32
-3
lines changed- src
- material-experimental/mdc-autocomplete
- material/autocomplete
3 files changed
+32
-3
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1470 | 1470 |
| |
1471 | 1471 |
| |
1472 | 1472 |
| |
1473 | + | ||
1474 | + | ||
1475 | + | ||
1476 | + | ||
1477 | + | ||
1478 | + | ||
1479 | + | ||
1480 | + | ||
1481 | + | ||
1482 | + | ||
1483 | + | ||
1484 | + | ||
1485 | + | ||
1486 | + | ||
1473 | 1487 |
| |
1474 | 1488 |
| |
1475 | 1489 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 | + | ||
393 | 394 |
| |
394 | 395 |
| |
395 | 396 |
| |
396 | 397 |
| |
397 | 398 |
| |
398 | - | ||
399 | + | ||
399 | 400 |
| |
400 | 401 |
| |
401 | 402 |
| |
402 | - | ||
403 | + | ||
403 | 404 |
| |
404 | 405 |
| |
405 | 406 |
| |
406 | 407 |
| |
407 | 408 |
| |
408 | 409 |
| |
409 | 410 |
| |
410 | - | ||
411 | + | ||
411 | 412 |
| |
412 | 413 |
| |
413 | 414 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1453 | 1453 |
| |
1454 | 1454 |
| |
1455 | 1455 |
| |
1456 | + | ||
1457 | + | ||
1458 | + | ||
1459 | + | ||
1460 | + | ||
1461 | + | ||
1462 | + | ||
1463 | + | ||
1464 | + | ||
1465 | + | ||
1466 | + | ||
1467 | + | ||
1468 | + | ||
1469 | + | ||
1456 | 1470 |
| |
1457 | 1471 |
| |
1458 | 1472 |
| |
|
0 commit comments