Skip to content

Commit 6b901c4

Browse files
committed
make search by name field clearable
1 parent eacef99 commit 6b901c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/Client/Features/UserSearch/UserSearchForm.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<MudGrid Justify="Justify.SpaceAround" Spacing="2">
1313

1414
<MudItem xs="12">
15-
<MudTextField @bind-Value="Filter.Name" Label="Søg på navn" Placeholder="Fornavn, efternavn eller brugernavn."></MudTextField>
15+
<MudTextField @bind-Value="Filter.Name" Label="Søg på navn" Placeholder="Fornavn, efternavn eller brugernavn." Clearable/>
1616
</MudItem>
1717

1818
<MudItem xs="12">

0 commit comments

Comments
 (0)