From e6e7443d4d34c91339654234017904bc10fb89f6 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Mon, 17 Jun 2024 22:36:18 +0530 Subject: [PATCH] Gerid - enum filter dropdown issues fixed. --- blazorbootstrap/Components/Grid/GridColumnFilter.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazorbootstrap/Components/Grid/GridColumnFilter.razor b/blazorbootstrap/Components/Grid/GridColumnFilter.razor index 285698c61..09a2fc59f 100644 --- a/blazorbootstrap/Components/Grid/GridColumnFilter.razor +++ b/blazorbootstrap/Components/Grid/GridColumnFilter.razor @@ -54,8 +54,8 @@ } else if (PropertyTypeName == StringConstants.PropertyTypeNameEnum) { - - + + @if (string.IsNullOrWhiteSpace(filterValue)) { Select