aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-28 12:45:59 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-28 12:45:59 +0100
commit1b40f010dcb1bd2ecfe8355088c5306968e6de1a (patch)
treeab22ded045f05050e76505d7e7ebb0aa6f994411
parent93913bdcb42f6b74216167b74e00eaf5f1b9dcfc (diff)
downloadanastasis-1b40f010dcb1bd2ecfe8355088c5306968e6de1a.tar.gz
anastasis-1b40f010dcb1bd2ecfe8355088c5306968e6de1a.zip
add autocompletion information for #7086
-rw-r--r--contrib/redux.ch.json3
-rw-r--r--contrib/redux.us.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/redux.ch.json b/contrib/redux.ch.json
index b36f767..ecda1a0 100644
--- a/contrib/redux.ch.json
+++ b/contrib/redux.ch.json
@@ -34,7 +34,8 @@
34 "widget": "anastasis_gtk_ia_ahv", 34 "widget": "anastasis_gtk_ia_ahv",
35 "uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591", 35 "uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591",
36 "validation-regex": "^(756)\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{2}|(756)[0-9]{10}$", 36 "validation-regex": "^(756)\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{2}|(756)[0-9]{10}$",
37 "validation-logic": "CH_AHV_check" 37 "validation-logic": "CH_AHV_check",
38 "autocomplete": "???.????.????.??"
38 } 39 }
39 ] 40 ]
40} 41}
diff --git a/contrib/redux.us.json b/contrib/redux.us.json
index 17e7556..08c0167 100644
--- a/contrib/redux.us.json
+++ b/contrib/redux.us.json
@@ -32,7 +32,8 @@
32 }, 32 },
33 "widget": "anastasis_gtk_ia_ssn_us", 33 "widget": "anastasis_gtk_ia_ssn_us",
34 "uuid": "310a138c-b0b7-4985-b8b8-d00e765e9f9b", 34 "uuid": "310a138c-b0b7-4985-b8b8-d00e765e9f9b",
35 "validation-regex": "^d{3}-d{2}-d{4}$" 35 "validation-regex": "^[0-9]{3}-[0-9]{2}-[0-9]{4}$",
36 "autocomplete": "???-??-????"
36 } 37 }
37 ] 38 ]
38} 39}