Skip to content

Commit 67f1ddc

Browse files
authored
Merge pull request #82 from TechnologyEnhancedLearning/TD-4184-NOTRemovecurrentvalue
TD-4184-Focus doesn't move to field or error on submit (Keep current values)
2 parents c97b158 + 5f46c96 commit 67f1ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<vc:text-input asp-for="Username"
5757
label="Enter your username"
58-
populate-with-current-value="false"
58+
populate-with-current-value="true"
5959
type="text"
6060
spell-check="false"
6161
hint-text="A username is different to an email address"
@@ -66,7 +66,7 @@
6666

6767
<vc:text-input asp-for="Password"
6868
label="Enter your password"
69-
populate-with-current-value="false"
69+
populate-with-current-value="true"
7070
type="password"
7171
spell-check="false"
7272
hint-text=""

0 commit comments

Comments
 (0)