summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-04-28 15:43:20 +0200
committerAnna Larch <anna@nextcloud.com>2022-04-28 15:53:58 +0200
commite0b9f62c8fd240fa6faa39e82d84c597c00daf4a (patch)
treea0aa9968624726d58a36906d1af8c4b633c44642 /src
parent7f438cf14336fd58308f741244f78ac1b6414e5a (diff)
Autosave the birthdate and remove the OK button
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Properties/PropertyDateTime.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Properties/PropertyDateTime.vue b/src/components/Properties/PropertyDateTime.vue
index fb101775..49411b10 100644
--- a/src/components/Properties/PropertyDateTime.vue
+++ b/src/components/Properties/PropertyDateTime.vue
@@ -62,8 +62,7 @@
:readonly="isReadOnly"
:formatter="dateFormat"
class="property__value"
- confirm
- @confirm="debounceUpdateValue" />
+ @change="debounceUpdateValue" />
<input v-else
:readonly="true"