Skip to content

Commit 8f2bdf7

Browse files
committed
Autofocus name field
1 parent b192f4b commit 8f2bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Damselfly.Web.Client/Shared/Dialogs/NameDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
else
1414
{
15-
<MudTextField @bind-Value="@NewName" Immediate="true" DebounceInterval="250" OnBlur="CheckForMerge"/>
15+
<MudTextField @bind-Value="@NewName" Immediate="true" AutoFocus="true" DebounceInterval="250" OnBlur="CheckForMerge"/>
1616
@if( ! string.IsNullOrEmpty(NewName) )
1717
{
1818
<PeopleGrid SearchText="@NewName" ExcludeSelectedPersonId="@theObject.PersonId" PersonState="Person.PersonState.Identified"

0 commit comments

Comments
 (0)