From e22ded98b5903d4008b3aeea4d48df087c9ec146 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 4 Sep 2016 23:54:45 -0700 Subject: [PATCH] Fixed phone number minimum size. --- app/src/main/res/raw/dks_1802.json | 5 +++-- app/src/main/res/raw/dks_1802_epd.json | 1 + app/src/main/res/raw/dks_1803_1808_1810.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/raw/dks_1802.json b/app/src/main/res/raw/dks_1802.json index 704b3b9..cb0d27d 100644 --- a/app/src/main/res/raw/dks_1802.json +++ b/app/src/main/res/raw/dks_1802.json @@ -32,6 +32,7 @@ }, { "hint": "Phone Number", + "minSize": 7, "size": 16, "alt": true } @@ -218,7 +219,7 @@ { "hint": "2-Digit Area Code Ref Number", "size": 2, - "min": 1, + "min": 0, "max": 15 }, { @@ -511,7 +512,7 @@ { "hint": "Area Code", "size": 2, - "min": 1, + "min": 0, "max": 15 }, { diff --git a/app/src/main/res/raw/dks_1802_epd.json b/app/src/main/res/raw/dks_1802_epd.json index 851a3aa..e2a8f16 100644 --- a/app/src/main/res/raw/dks_1802_epd.json +++ b/app/src/main/res/raw/dks_1802_epd.json @@ -32,6 +32,7 @@ }, { "hint": "Phone Number", + "minSize": 7, "size": 16, "alt": true } diff --git a/app/src/main/res/raw/dks_1803_1808_1810.json b/app/src/main/res/raw/dks_1803_1808_1810.json index 9804d9e..705ef1a 100644 --- a/app/src/main/res/raw/dks_1803_1808_1810.json +++ b/app/src/main/res/raw/dks_1803_1808_1810.json @@ -17,6 +17,7 @@ }, { "hint": "Phone Number", + "minSize": 7, "size": 16, "alt": true }