add attributes to disable spell check and automatic capitalization to all username input fields

This commit is contained in:
MaysWind
2026-03-16 23:38:49 +08:00
parent 85c4f686da
commit 5ee93a5db1
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -35,6 +35,10 @@
<v-text-field
type="text"
autocomplete="username"
autocapitalize="none"
autocorrect="off"
spellcheck="false"
inputmode="email"
:autofocus="true"
:disabled="show2faInput || loggingInByPassword || loggingInByOAuth2 || verifying"
:label="tt('Username')"
+4
View File
@@ -36,6 +36,10 @@
<v-text-field
type="text"
autocomplete="username"
autocapitalize="none"
autocorrect="off"
spellcheck="false"
inputmode="email"
:disabled="submitting || navigateToHomePage"
:label="tt('Username')"
:placeholder="tt('Your username')"
+4
View File
@@ -12,6 +12,10 @@
<f7-list-input
type="text"
autocomplete="username"
autocapitalize="none"
autocorrect="off"
spellcheck="false"
inputmode="email"
clear-button
:label="tt('Username')"
:placeholder="tt('Your username')"