summaryrefslogtreecommitdiff
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.tar.bz2
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 @@
"widget": "anastasis_gtk_ia_ahv",
"uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591",
"validation-regex": "^(756)\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{2}|(756)[0-9]{10}$",
- "validation-logic": "CH_AHV_check"
+ "validation-logic": "CH_AHV_check",
+ "autocomplete": "???.????.????.??"
}
]
}
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 @@
},
"widget": "anastasis_gtk_ia_ssn_us",
"uuid": "310a138c-b0b7-4985-b8b8-d00e765e9f9b",
- "validation-regex": "^d{3}-d{2}-d{4}$"
+ "validation-regex": "^[0-9]{3}-[0-9]{2}-[0-9]{4}$",
+ "autocomplete": "???-??-????"
}
]
}