nos-forms-jquery

Type

month

Example with all options

{
    "name": "monthExample",
    "id": "monthId",
    "type": "month",
    "label": "Month Example",
    "title": "Month Example",
    "disabled": false,
    "readonly": false,
    "autofocus": false,
    "required": true,
    "classname": "form-control",
    "data": {
        "field": 0,
        "testing": 123,
    },
    "formGroup": true,
    "min": "",
    "max": "",
    "value": ""
}

More practical example

{
    "name": "monthExample",
    "type": "month",
    "label": "Month Example",
    "required": true
}