From 2193de0249d9d8a4185a022635e9f0e82e083dff Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Thu, 1 Apr 2021 16:55:03 +0200 Subject: [PATCH] Don't keep the date field buttons focused after clicking --- assets/js/app/editor/Components/Date.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/app/editor/Components/Date.vue b/assets/js/app/editor/Components/Date.vue index 55b0a65cf..43c37ca86 100644 --- a/assets/js/app/editor/Components/Date.vue +++ b/assets/js/app/editor/Components/Date.vue @@ -19,6 +19,7 @@ type="button" :disabled="readonly" data-toggle + onclick="this.blur()" > @@ -30,6 +31,7 @@ type="button" :disabled="readonly" data-clear + onclick="this.blur()" >