summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/PersonalInfo/DisplayNameSection.vue
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-05-09 14:50:29 +0200
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-05-11 10:16:28 +0200
commitb54afad28ed870ffeda45fc30b7db64c0f1b5ece (patch)
treef3f5425bf155ba8ae56251546fae0c6311685630 /apps/settings/src/components/PersonalInfo/DisplayNameSection.vue
parent2d41f0c0640f6aba072810ca8fd6425d92cad70b (diff)
downloadnextcloud-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.vue1
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" />