Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 31, 2024
1 parent ed80113 commit a39c3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@if (selectedKey is EmailKey)
{
<BitTextField @bind-Value="Model.Email"
AutoFocus TabIndex="1"
TabIndex="1"
Type="BitInputType.Email"
Immediate DebounceTime="500"
Label="@Localizer[nameof(AppStrings.Email)]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<BitPivot Alignment="BitAlignment.Center">
@* <BitPivotItem HeaderText="@Localizer[nameof(AppStrings.UserName)]">
<BitTextField @bind-Value="signUpModel.UserName"
AutoFocus TabIndex="1"
TabIndex="1"
Type="BitInputType.Text"
Label="@Localizer[nameof(AppStrings.UserName)]"
Placeholder="@Localizer[nameof(AppStrings.UserName)]" />
Expand All @@ -38,7 +38,7 @@

<BitPivotItem HeaderText="@Localizer[nameof(AppStrings.Email)]">
<BitTextField @bind-Value="signUpModel.Email"
AutoFocus TabIndex="1"
TabIndex="1"
Type="BitInputType.Email"
Label="@Localizer[nameof(AppStrings.Email)]"
Placeholder="@Localizer[nameof(AppStrings.EmailPlaceholder)]" />
Expand Down

0 comments on commit a39c3a1

Please sign in to comment.