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 b192f4b commit 8f2bdf7Copy full SHA for 8f2bdf7
Damselfly.Web.Client/Shared/Dialogs/NameDialog.razor
@@ -12,7 +12,7 @@
12
}
13
else
14
{
15
- <MudTextField @bind-Value="@NewName" Immediate="true" DebounceInterval="250" OnBlur="CheckForMerge"/>
+ <MudTextField @bind-Value="@NewName" Immediate="true" AutoFocus="true" DebounceInterval="250" OnBlur="CheckForMerge"/>
16
@if( ! string.IsNullOrEmpty(NewName) )
17
18
<PeopleGrid SearchText="@NewName" ExcludeSelectedPersonId="@theObject.PersonId" PersonState="Person.PersonState.Identified"
0 commit comments