Skip to content

Commit

Permalink
[Templates] Fix typo 'paceholder' (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored Oct 12, 2024
1 parent 0b10a93 commit 36dbfd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DataAnnotationsValidator />
<FluentValidationSummary class="text-danger" role="alert" />
<FluentTextField Value="@username" Placeholder="Please choose your username." Disabled Label="Username" Appearance=FluentInputAppearance.Filled Style="width: 100%" />
<FluentTextField Name="Input.PhoneNumber" @bind-Value="Input.PhoneNumber" Paceholder="Please enter your phone number." Label="Phone number" Style="width: 100%" />
<FluentTextField Name="Input.PhoneNumber" @bind-Value="Input.PhoneNumber" Placeholder="Please enter your phone number." Label="Phone number" Style="width: 100%" />
<FluentValidationMessage For="() => Input.PhoneNumber" class="text-danger" />
<FluentButton Type="ButtonType.Submit" Appearance="Appearance.Accent" Style="width: 100%;">Save</FluentButton>
</EditForm>
Expand Down

0 comments on commit 36dbfd0

Please sign in to comment.