Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 594 Bytes

hidden.md

File metadata and controls

36 lines (32 loc) · 594 Bytes

Type

hidden

Example with all options

{
    "name": "hiddenExample",
    "id": "hiddenId",
    "type": "hidden",
    "label": "Hidden Example",
    "title": "Hidden Example",
    "required": true,
    "classname": "form-control",
    "data": {
        "field": 0,
        "testing": 123,
    },
    "autofocus": false,
    "disabled": false,
    "readonly": false,
    "formGroup": true,
    "minlength": "",
    "maxlength": "",
    "value": ""
}

More practical example

{
    "name": "hiddenExample",
    "type": "hidden"
}