Skip to content

Commit 8bd22ee

Browse files
authored
uses keyup in combo to avoid closing the modal when escape combo list (#5256)
1 parent ef273f3 commit 8bd22ee

File tree

1 file changed

+1
-1
lines changed
  • packages/apostrophe/modules/@apostrophecms/ui/ui/apos/components

1 file changed

+1
-1
lines changed

packages/apostrophe/modules/@apostrophecms/ui/ui/apos/components/AposCombo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
:class="{'apos-combo__list--showed': showedList}"
4545
:style="{top: boxHeight + 'px'}"
4646
tabindex="0"
47-
@keydown="onListKey"
47+
@keyup="onListKey"
4848
@blur="closeList()"
4949
>
5050
<li

0 commit comments

Comments
 (0)