mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-16291] Prevent parent components from closing when esc key is pressed on select and menu (#15214)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
[clearable]="false"
|
||||
(close)="onClose()"
|
||||
appendTo="body"
|
||||
[keyDownFn]="onKeyDown"
|
||||
>
|
||||
<ng-template ng-option-tmp let-item="item">
|
||||
<div class="tw-flex" [title]="item.label">
|
||||
|
||||
Reference in New Issue
Block a user