altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
20 lines • 747 B
JSON
{
"form-control-class": "form-control-noAddon",
"isInput-group": "input-group",
"auto-complete-off": true,
"text-input-id": "text-input-pw",
"top-label": "Passord: ",
"text-input-placeholder": "Passord",
"input-type": "password",
"validator-check": true,
"isHidden": "",
"error-message-popover": true,
"has-feedback": false,
"input-regex-validation": {
"error-message": "Passordet er ikke gyldig. Må bestå av minst 7 tegn og inneholde både bokstaver og tall. Bare bokstavene A-Z er tillatt.",
"validation-pattern": "(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{7,50})$"
},
"form-input-isPassword": true,
"form-input-showPassword-text": "Vis",
"form-input-obfuscatePassword-text": "Skjul"
}