mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: no autocapitalize on login form #489
This commit is contained in:
parent
27a07179f0
commit
e352de0643
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
:rules="inputRules"
|
||||
autocomplete="current email"
|
||||
name="username"
|
||||
autocapitalize="none"
|
||||
@keyup.enter.native="login"
|
||||
/>
|
||||
<v-text-field
|
||||
|
@ -27,6 +28,7 @@
|
|||
:rules="inputRules"
|
||||
autocomplete="current password"
|
||||
name="password"
|
||||
autocapitalize="none"
|
||||
@keyup.enter.native="login"
|
||||
/>
|
||||
<v-spacer />
|
||||
|
|
Loading…
Add table
Reference in a new issue