add autocomplete field for #7086
This commit is contained in:
parent
26ee8e3c71
commit
1e1e297d1a
@ -339,6 +339,7 @@ export const anastasisData = {
|
|||||||
"validation-regex":
|
"validation-regex":
|
||||||
"^(756).[0-9]{4}.[0-9]{4}.[0-9]{2}|(756)[0-9]{10}$",
|
"^(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: "???.????.????.??"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -693,7 +694,8 @@ export const anastasisData = {
|
|||||||
},
|
},
|
||||||
widget: "anastasis_gtk_ia_ssn_us",
|
widget: "anastasis_gtk_ia_ssn_us",
|
||||||
uuid: "310a138c-b0b7-4985-b8b8-d00e765e9f9b",
|
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: "???-??-????",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -144,6 +144,7 @@ export interface UserAttributeSpec {
|
|||||||
optional?: boolean;
|
optional?: boolean;
|
||||||
"validation-regex": string | undefined;
|
"validation-regex": string | undefined;
|
||||||
"validation-logic": string | undefined;
|
"validation-logic": string | undefined;
|
||||||
|
autocomplete?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface RecoveryInternalData {
|
export interface RecoveryInternalData {
|
||||||
|
Loading…
Reference in New Issue
Block a user