nos-forms-jquery
Version:
Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap
39 lines (34 loc) • 742 B
Markdown
# Type #
## datetime-local ##
#### Example with all options ####
```javascript
{
"name": "datetimeLocalExample",
"id": "datetimeLocalId",
"type": "datetime-local",
"title": "Datetime Local Example",
"label": "Datetime Local Example",
"data": {
"field": 0,
"testing": 123,
},
"disabled": false,
"readonly": false,
"required": true,
"autofocus": false,
"classname": "form-control",
"formGroup": true,
"min": "",
"max": "",
"value": ""
}
```
#### More practical example ####
```javascript
{
"name": "datetimeLocalExample",
"type": "datetime-local",
"label": "Datetime Local Example",
"required": true
}
```