We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a004b55 commit 29f7b6cCopy full SHA for 29f7b6c
Radzen.Blazor/DropDownBase.cs
@@ -699,7 +699,7 @@ protected virtual async System.Threading.Tasks.Task HandleKeyPress(Microsoft.Asp
699
//
700
}
701
702
- else if (key == "Enter" || key == "NumpadEnter" || key == "Space")
+ else if (key == "Enter" || key == "NumpadEnter" || (key == "Space" && !isFilter))
703
{
704
preventKeydown = true;
705
0 commit comments