Skip to content

Commit e919cdd

Browse files
authored
Feature: Pressing [ESC] in edit mode (searchbox) now closes the menu. (#305)
1 parent 566b202 commit e919cdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ protected internal async Task SearchBoxHandleKeyDown(KeyboardEventArgs obj)
873873
return;
874874
switch (obj.Key)
875875
{
876+
case "Escape":
876877
case "ArrowUp":
877878
case "ArrowDown":
878879
case "Home":

0 commit comments

Comments
 (0)