nos-forms-jquery

Type

week

Example with all options

{
    "name": "weekExample",
    "id": "weekId",
    "type": "week",
    "label": "Week Example",
    "title": "Week Example",
    "autofocus": false,
    "disabled": false,
    "data": {
        "field": 0,
        "testing": 123,
    },
    "min": "",
    "max": "",
    "readonly": false,
    "required": true,
    "classname": "form-control",
    "formGroup": true,
    "value": ""
}

More practical example

{
    "name": "weekExample",
    "type": "week",
    "label": "Week Example",
    "required": true
}