|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<Validation MessageLocalizer="@LH.Localize">
|
|
|
|
|
<Field>
|
|
|
|
|
<FieldLabel>@L["DisplayName:UserName"]</FieldLabel>
|
|
|
|
|
<TextEdit @bind-Text="NewEntity.UserName">
|
|
|
|
|
<TextEdit @bind-Text="NewEntity.UserName" Autofocus="true">
|
|
|
|
|
<Feedback>
|
|
|
|
|
<ValidationError/>
|
|
|
|
|
</Feedback>
|
|
|
|
@ -164,7 +164,7 @@
|
|
|
|
|
<Validation MessageLocalizer="@LH.Localize">
|
|
|
|
|
<Field>
|
|
|
|
|
<FieldLabel>@L["DisplayName:UserName"]</FieldLabel>
|
|
|
|
|
<TextEdit @bind-Text="EditingEntity.UserName">
|
|
|
|
|
<TextEdit @bind-Text="EditingEntity.UserName" Autofocus="true">
|
|
|
|
|
<Feedback>
|
|
|
|
|
<ValidationError/>
|
|
|
|
|
</Feedback>
|
|
|
|
|