diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-05-09 14:50:29 +0200 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-05-11 10:16:28 +0200 |
commit | b54afad28ed870ffeda45fc30b7db64c0f1b5ece (patch) | |
tree | f3f5425bf155ba8ae56251546fae0c6311685630 /apps/settings/src/components/PersonalInfo/DisplayNameSection.vue | |
parent | 2d41f0c0640f6aba072810ca8fd6425d92cad70b (diff) | |
download | nextcloud-server-b54afad28ed870ffeda45fc30b7db64c0f1b5ece.tar.gz nextcloud-server-b54afad28ed870ffeda45fc30b7db64c0f1b5ece.zip |
Add `autocomplete` attrs to input fields
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/DisplayNameSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/DisplayNameSection.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue b/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue index c5517140cd2..b88f52e0df4 100644 --- a/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue +++ b/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue @@ -23,6 +23,7 @@ <template> <AccountPropertySection v-bind.sync="displayName" :placeholder="t('settings', 'Your full name')" + autocomplete="username" :is-editable="displayNameChangeSupported" :on-validate="onValidate" :on-save="onSave" /> |