summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-05-17 14:04:31 +0200
committerGitHub <noreply@github.com>2022-05-17 14:04:31 +0200
commitaadab8190b83971acf1f238dc9263063eac68534 (patch)
tree01264ede31954f6b6fe70888e272d92f29177d8d
parentce6f781e9f2a3a3f51a3e259e7f8ceca1c504310 (diff)
parente69cf741aacf02074bc414eb97ff05480fb5dc92 (diff)
Merge pull request #2746 from nextcloud/backport/2722/stable4.1
[stable4.1] Autosave the birthdate and remove the OK button
-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"