From 7b7529c84694da106540ed989194cab5a71045d6 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 22 Feb 2021 11:25:58 +0100 Subject: [PATCH] fix(ui): persistent hint in confirm dialog (#685) --- src/components/Confirm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Confirm.vue b/src/components/Confirm.vue index fa7a23180e7..33674a0f44a 100644 --- a/src/components/Confirm.vue +++ b/src/components/Confirm.vue @@ -29,6 +29,7 @@ :rules="input.rules || []" :required="input.required" :min="input.min" + :persistent-hint="!!input.hint" :max="input.max" >