altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
36 lines (35 loc) • 883 B
JSON
{
"text-input-adress": {
"text-input-id": "text-input-100",
"top-label": "Adresse",
"text-input-placeholder": "F.eks Storgata 12",
"input-type": "text",
"isRequired": true,
"error-message-popover": true
},
"text-input-postalcode": {
"text-input-id": "postnummer",
"top-label": "Postnummer:",
"text-input-placeholder": "4 siffer",
"input-type": "text",
"maxlength": "4",
"postal-code": true,
"form-control-class": "a-input-postnumber",
"isRequired": true
},
"checkbox-private": {
"check-legend": false,
"isStacked": "custom-controls-stacked",
"checkboxes": [
{
"checkboxes-title": "Gjør adressen privat"
}
]
},
"adress-submit": {
"button-text": "Neste",
"button-class": "a-btn",
"button-type": "submit",
"onclick": false
}
}