Input
Last updated
Was this helpful?
Was this helpful?
{
"fieldOptions": {
"inputType": "password",
"minlength": 6
},
"label": "Password",
"model": "password",
"hint": "Minimum 6 characters",
"validator": "calc",
"validator_calc": "model.password == model.password2",
"styleClasses": "col-md-6",
"type": "input"
}{
"fieldOptions": {
"inputType": "email"
},
"label": "Email",
"model": "email",
"validator": "email",
"required": true,
"styleClasses": "col-md-3",
"type": "input"
}{
"fieldOptions": {
"inputType": "number",
"step": 1
},
"label": "Age",
"model": "age",
"styleClasses": "col-md-3",
"type": "input"
}