mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add attributes to disable spell check and automatic capitalization to all username input fields
This commit is contained in:
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user