Skip to content
Snippets Groups Projects
Commit ceffad26 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Pull request #16: NMAAS-999: Fixing input fields

Merge in NMAAS/nmaas-portal from feature/NMAAS-999-add-customer-network-details-fields-to-new-domain-request-contact-form to develop

* commit '3b1ffc88':
  NMAAS-999: Fixing input fields
parents f11c8e7f 3b1ffc88
No related branches found
No related tags found
No related merge requests found
......@@ -140,29 +140,12 @@
{
"label": "TECH_CONTACT",
"description": "TECH_CONTACT_DESCRIPTION",
"hideLabel": false,
"type": "container",
"input": true,
"placeholder": "TECH_CONTACT_PLACEHOLDER",
"persistent": false,
"type": "textfield",
"key": "techContact",
"tab": 0,
"components": [
{
"label": "NAME",
"tableView": true,
"type": "textfield",
"input": true,
"key": "name",
"inputFormat": "plain"
},
{
"label": "EMAIL",
"tableView": true,
"type": "email",
"input": true,
"key": "email",
"inputFormat": "plain"
}
]
"input": true,
"inputFormat": "plain"
},
{
"label": "NAME",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment