From 8527b28ba6b1ced68f9f386cea5f894666b74059 Mon Sep 17 00:00:00 2001 From: David Higgins Date: Tue, 24 Apr 2018 10:19:14 -0400 Subject: [PATCH 1/2] resolves #425 - made DEBOUNCE_FORMAT_MS configurable in the schema, you can now set `debounceFormatTimeout` to adjust how long the field will "wait" before attempting to format the value ... defaults to 1s, and allows you to accommodate "slower data entry". --- src/fields/core/fieldInput.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/fields/core/fieldInput.vue b/src/fields/core/fieldInput.vue index c50759cb..42ee82fa 100644 --- a/src/fields/core/fieldInput.vue +++ b/src/fields/core/fieldInput.vue @@ -41,7 +41,7 @@