UNPKG

nos-forms-jquery

Version:

Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap

39 lines (34 loc) 655 B
# Type # ## week ## #### Example with all options #### ```javascript { "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 #### ```javascript { "name": "weekExample", "type": "week", "label": "Week Example", "required": true } ```